BioPerl
Legacy documentation
This page describes a service provided by a retired ACENET system. Most ACENET services are currently provided by national systems, for which please visit https://docs.computecanada.ca. |
- Description
- BioPerl is a toolkit of perl modules useful in building bioinformatics solutions in Perl.
- Documentation
- BioPerl homepage
- Usage
- First, load the modulefile to get access to the additionally installed Perl modules like so:
$ module load perl
- You can access the Perl module by adding the following lines into your Perl scripts:
use Bio::Perl;