Bioperl Rpm For Scientific/Enterprise Linux 6
1
0
Entering edit mode
11.6 years ago

Hi -

Does anyone know of a source for obtaining BioPerl RPM for Scientific/Enterprise Linux 6? Our sysadmin and I have been engaged on a relatively extensive hunt for such a package, to no avail. Any pointers to such a resource or info about if/why it isn't available would be much appreciated.

Many thanks in advance,

Casey

bioperl linux • 4.2k views
ADD COMMENT
3
Entering edit mode
11.6 years ago

Why do you need an RPM. It's a set of Perl modules so just grab it from CPAN and do:

wget http://search.cpan.org/CPAN/authors/id/C/CJ/CJFIELDS/BioPerl-1.6.1.tar.gz
sudo yum install expat-devel
sudo perl -MCPAN -e shell
>>> install Bundle::CPAN
>>> install Module::Build
>>> install BioPerl-1.6.1.tar.gz

Done.

ADD COMMENT
0
Entering edit mode

Of course I am aware that BioPerl is available on CPAN, and have wasted many hours of my life with this ritual incantation. There are two good reasons we want to use an RPM: (i) we are trying to deploy across a cluster and (ii) we do not want to contaminate the native Perl installation on the OS by using CPAN.

ADD REPLY
1
Entering edit mode

Then maybe you should make an RPM.

ADD REPLY
0
Entering edit mode

We are in the process of doing this but it is bigger task than we would like for many reasons, and I would assume that this has been done by someone else in the community.

ADD REPLY

Login before adding your answer.

Traffic: 2009 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6