【发布时间】:2023-03-27 13:46:02
【问题描述】:
我正在尝试使用 nextflow 来运行管道,但是当我运行它时,它一直说 nextflow: command not found。我已经安装了 nextflow(我按照这个教程https://www.nextflow.io/docs/latest/getstarted.html)
需要在配置文件中添加nextflow的路径吗?
【问题讨论】:
我正在尝试使用 nextflow 来运行管道,但是当我运行它时,它一直说 nextflow: command not found。我已经安装了 nextflow(我按照这个教程https://www.nextflow.io/docs/latest/getstarted.html)
需要在配置文件中添加nextflow的路径吗?
【问题讨论】:
您需要将目录中的nextflow 移动到$your PATH 中或使用./nextflow(前提是它已下载到您的当前路径中)
【讨论】: