in reply to Advice on Splitting Large Distributions in CPAN
#!/usr/bin/perl use strict; use warnings; use CPAN; our $FORCE; CPAN::Shell->force('install', "Bundle::BioPerl", "Bio::Seq", "Bio::SeqIO::staden::read", "Bio::Factory::EMBOSS", "Bio::Tk::SeqCanvas", "Bio::DB::Annotation");
This covers a lot of ground, but it's enough to get up and running with bioperl.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Advice on Splitting Large Distributions in CPAN
by nathanhaigh (Initiate) on Jul 23, 2008 at 01:13 UTC | |
by tilly (Archbishop) on Jul 23, 2008 at 02:56 UTC |