[Bioperl-l] [bioperl-l] index::abstract on win and unix
Frédéric Romagné
frederic.romagne at gmail.com
Wed Apr 16 17:25:18 UTC 2008
Hello,
i made a program which use Bio::Index::GenBank and i tested it under
unix, that worked well.
But i have to launch it under windows and it seems not to work on.
Here is the problem :
my $dbobj = Bio::Index::Abstract->new("Data/$db");
my $seq = $dbobj->get_Seq_by_acc($id);
print $seq->display_id."\n";
did not print the same number than $id !!! So i don't work on the
sequence expected...
I use the SVN sources on unix and the Perl package manager for
windows...
Thanks.
More information about the Bioperl-l
mailing list