Subject: | substr outside of string in new_dict |
Date: | Sun, 22 Dec 2013 00:00:30 -0500 |
To: | bug-Bio-LITE-Taxonomy-NCBI-Gi2taxid [...] rt.cpan.org |
From: | Dana Price <dana.price [...] gmail.com> |
For the last several months/releases of the NCBI taxonomy, when trying to
construct a binary database I've been getting the following error:
substr outside of string at
/usr/local/share/perl/5.10.0/Bio/LITE/Taxonomy/NCBI/Gi2taxid.pm line 202
This happens near the end of the .dmp file, I believe, as I can take the
first several million lines and the script will complete just fine.
the code is lifted straight from the doc:
use Bio::LITE::Taxonomy::NCBI::Gi2taxid<https://metacpan.org/module/Bio::LITE::Taxonomy::NCBI::Gi2taxid>
qw/new_dict/;
new_dict (in => "gi_taxid_prot.dmp",
out => "gi_taxid_prot.bin");
Thanks,
Dana