From Documentation
BIOPERL |
---|
Description: Suite of programs that allow users to carry out molecular dynamics simulations |
SHARCNET Package information: see BIOPERL software page in web portal |
Full list of SHARCNET supported software |
To use bioperl load the module as follows:
module load bioperl/1.6.1
Please note that the bioperl module now sets the PERL5LIB variable. Thus the following perl script header lines are no longer required:
#!/usr/bin/perl use lib "/opt/sharcnet/bioperl/1.6.1/lib/perl5"; use Bio::Perl;