我是初学者R,我尝试运行命令clustal(sylvia.seq)
我得到以下错误:
sh: clustalw2: command not found
Error in clustal(sylvia.seq) :
cannot find executable ‘clustalw2’ on your computer.
It is recommended that you place the executable of Clustal
in a directory on the PATH of your computer which is:
/bin
/Library/TeX/texbin
/opt/X11/bin
/sbin
/usr/bin
/usr/local/bin
/usr/sbin
In addition: Warning message:
In system(paste(exec, opts), ignore.stdout = quiet) :
error in running command我在另一篇文章中看到了如何在windows上修复它,但不幸的是我使用的是macos,我不能让它工作。
发布于 2018-11-28 01:01:17
除了/opt/X11/bin之外,我没有权限在任何文件夹中添加该文件。
所以我在那里添加了它,现在它可以工作了,但我尝试了其余的,但无法做到。
https://stackoverflow.com/questions/53504184
复制相似问题