通过 conda 安装 qiime 1后,在执行join_paired_ends.py时报错:
burrito.util.ApplicationNotFoundError: Cannot find fastq-join. Is it installed? Is it in your path?
这是因为系统里没有fastq-join
 
在终端执行以下命令安装ea-utils
sudo apt install ea-utils

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-20
  • 2022-12-23
  • 2022-02-13
  • 2022-12-23
  • 2021-11-02
  • 2021-05-17
  • 2022-12-23
相关资源
相似解决方案