Skip to content

Instantly share code, notes, and snippets.

@stephenturner
Last active December 25, 2015 15:29
Show Gist options
  • Save stephenturner/6998112 to your computer and use it in GitHub Desktop.
Save stephenturner/6998112 to your computer and use it in GitHub Desktop.
## Install bioperl
wget http://bioperl.org/DIST/BioPerl-1.6.1.tar.gz # get the tarball
tar -zxvf BioPerl-1.6.1.tar.gz # extract
cd BioPerl-1.6.1
perl Build.PL
./Build test
./Build install
## Test bioperl installation (you should get a version number)
perl -MBio::Root::Version -le 'print $Bio::Root::Version::VERSION'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment