mastarr has asked for the wisdom of the Perl Monks concerning the following question:
use strict; require Bio::SeqiO;
the error message is:
Can't locate Bio/SeqiO.pm in @INC (@INC contains: /Library/Perl/Updates/5.10.0 /System/Library/Perl/5.10.0/darwin-thread-multi-2level /System/Library/Perl/5.10.0 /Library/Perl/5.10.0/darwin-thread-multi-2level /Library/Perl/5.10.0 /Network/Library/Perl/5.10.0/darwin-thread-multi-2level /Network/Library/Perl/5.10.0 /Network/Library/Perl /System/Library/Perl/Extras/5.10.0/darwin-thread-multi-2level /System/Library/Perl/Extras/5.10.0 .) at /Users/Matt/bioperl test.pl line 3.
I can see the files from the module... so my best guess is that i need to change the path to bioperl or add the path to bioperl.
I'm trying to use the module "bioperl" in Komodo edit. I am on OSX 10.6.8 and downloaded the module using "fink" into /sw/.
Thanks for your help!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Using Bioperl module for first time.
by Corion (Patriarch) on Mar 19, 2013 at 08:57 UTC | |
Re: Using Bioperl module for first time.
by kcott (Archbishop) on Mar 19, 2013 at 04:41 UTC | |
by 7stud (Deacon) on Mar 19, 2013 at 04:47 UTC | |
Re: Using Bioperl module for first time.
by kielstirling (Scribe) on Mar 19, 2013 at 04:20 UTC | |
by mastarr (Novice) on Mar 19, 2013 at 19:13 UTC | |
Re: Using Bioperl module for first time.
by 7stud (Deacon) on Mar 19, 2013 at 04:29 UTC | |
by kielstirling (Scribe) on Mar 19, 2013 at 08:46 UTC | |
by mastarr (Novice) on Mar 19, 2013 at 19:16 UTC | |
by 7stud (Deacon) on Mar 20, 2013 at 01:39 UTC | |
by Anonymous Monk on Mar 19, 2013 at 06:51 UTC |