[Bioperl-l] I need to install two different version of bioperl

vinu manikandan vinumanikandan at gmail.com
Tue Apr 22 08:27:33 UTC 2014


Hello,

I needed two bioperl version as some programs run in specific bioperl
version such as BioPerl-1.6.1 and my current bioperl version as default is
1.6.9.

So i done the following steps

downloaded BioPerl-1.6.1.tar.gz
tar -zxvf  BioPerl-1.6.1.tar.gz
cd BioPerl-1.6.1/
sudo perl *Build.PL* --prefix /usr/local/share/BioPerl-1.6
sudo ./Build test
sudo ./Build install

Change in the script:

use strict;
use lib "/usr/local/share/BioPerl-1.6";

and run the perl program using

perl SCRIPT.pl

It throws error as it uses 1.6.9 instead of 1.6.1

Could you please suggest me how to fix this issue?

Thanks and regards

-- 
M.Vinu

Mobile : +91 966 54 470 1519



More information about the Bioperl-l mailing list