1. readme里说,软件的使用方法是在命令行里输入"ABC <-options> <files>"(ABC是软件名字,files是需要操作的文件的路径)来使用软件。但是我每次这样输都提示command not found,我大概知道是因为系统并不认识ABC这个命令。当我进入软件安装目录,里面并没有叫ABC的这个可执行程序,只有一个叫ABC的perl脚本,我必须使用命令"perl ABC <-options> <files>"才正常使用软件。
2. 最近有安装了另外一个软件,readme里的说明跟之前一样,解压,make,make install,都很成功,但最后有一步make testrun,总是报错:报错如下
我感觉这个错误其实与之前的command not found很像,就是系统不能识别以软件的名字作为命令,我想请问如何解决问题?如果你需要提供软件的源码想在自己电脑上试装一下,请留下qq,万分感谢!!!adrian@guomin-Desktop-Ubuntu:~/bioinfo/tRNAscan-SE-1.3$ make testrun
Running tRNAscan-SE on sample sequence F22B2.fa
tRNAscan-SE -d -y -o testrun.out Demo/F22B7.fa
/bin/sh: tRNAscan-SE: not found
tRNAscan-SE did NOT complete properly.
diff: testrun.out: No such file or directory
Test run result file differs from reference result file!
tRNAscan-SE may not have executed correctly.
/bin/sh: @echo: not found
Please double check for correct compilation & installation
and try 'make testrun' again.
/bin/sh: @echo: not found
make: *** [testrun] Error 127