我无法通过cpanm安装BioPerl模块。使用
sudo cpanm Bio::SeqIO产出显示:
--> Working on Bio::SeqIO
Fetching http://www.cpan.org/authors/id/C/CJ/CJFIELDS/BioPerl-1.6.922.tar.gz ... OK
Configuring BioPerl-1.006922 ... OK
Building and testing BioPerl-1.006922 ... FAIL
! Installing Bio::SeqIO failed. See /home/administrator/.cpanm/work/1398677477.16274/build.log for details. Retry with --force to force install it.当添加-强制时,它写着:
--> Working on Bio::SeqIO
Fetching http://www.cpan.org/authors/id/C/CJ/CJFIELDS/BioPerl-1.6.922.tar.gz ... OK
Configuring BioPerl-1.006922 ... OK
Building and testing BioPerl-1.006922 ... FAIL
! Testing BioPerl-1.006922 failed but installing it anyway.
Successfully installed BioPerl-1.006922
1 distribution installed所以我不确定我现在是否能正确地使用BioPerl?我可以简单地忽略测试失败吗?我已经尝试过重新安装CPAN
o conf init 在CPAN提示符中,但是结果是相同的。我正在使用PerlV5.14.2,而cpanm -v为我带来了:
cpanm (App::cpanminus) 1.6933 on perl 5.014002 built for x86_64-linux-gnu-thread-multi
Work directory is /home/administrator/.cpanm/work/1398677790.16651
You have make /usr/bin/make
You have LWP 6.05
You have /bin/tar: tar (GNU tar) 1.26我对任何帮助都很满意,因为我完全是Linux新手。
发布于 2014-04-28 12:40:45
BioPerl使用许多您可能尚未安装的模块。来自BioPerl安装文件:
请记住,BioPerl中有超过900个模块,并且测试套件正在运行12000多个单独的测试,一些失败的测试可能不会影响您对BioPerl的使用。
大多数情况下,您将不需要这些额外的模块,这取决于您正在使用的BioPerl中的模块。我确信BioPerl已经正确地安装在您的系统上。我会通过http://www.bioperl.org/wiki/HOWTO:Beginners学习BioPerl。如果在“操作指南”中运行这些基本代码时出现错误,请重新发布另一个问题。
祝好运,
保罗
https://stackoverflow.com/questions/23337680
复制相似问题