Bioperl: Bug corrected in Bio::Index::Abstract
Kris Boulez
krbou@pgsgent.be
Thu, 18 May 2000 13:52:27 +0200
Just corrected a bug in Bio::Index::Abstract.pm, which showed up only
when someone was stupid enough to index an empty file :)
469c469
< unless ($size = $stored_size) {
---
> unless ($size == $stored_size) {
I commited on the bioperl-live branch.
P.S. What's the reason for the non-existence of Bio::Index::GenBank ?
Other then that noone needed it untill now. I have this beast sitting on
my HD, waiting to commit.
Kris,
=========== Bioperl Project Mailing List Message Footer =======
Project URL: http://bio.perl.org/
For info about how to (un)subscribe, where messages are archived, etc:
http://www.techfak.uni-bielefeld.de/bcd/Perl/Bio/vsns-bcd-perl.html
====================================================================