我试图使用nextflow来运行管道,但是当我运行它时,它总是说nextflow: command not found。我已经安装了nextflow (我遵循了本教程https://www.nextflow.io/docs/latest/getstarted.html)
我需要在配置文件中添加到nextflow的路径吗?
发布于 2021-11-24 16:51:31
您需要将目录中的nextflow移动到$your路径或使用./nextflow (提供它已在当前路径中下载)
https://stackoverflow.com/questions/70099529
复制相似问题