in reply to Failing to install BioPerl on Windows
#!/usr/bin/perl use strict; use warnings; use CPAN; CPAN::Shell->force('install', "Bundle::BioPerl", "Bio::Seq", "Bio::SeqIO::staden::read", "Bio::Factory::EMBOSS", "Bio::Tk::SeqCanvas", "Bio::DB::Annotation");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Failing to install BioPerl on Windows
by Corion (Patriarch) on Sep 24, 2009 at 07:00 UTC | |
by Khen1950fx (Canon) on Sep 24, 2009 at 08:24 UTC | |
|
Re^2: Failing to install BioPerl on Windows
by biohisham (Priest) on Sep 24, 2009 at 10:41 UTC |