Subject: | Add reason for failure of file IO in various files |
Hi,
Within some of the Bio::Index modules (and scripts/seqstats/bp_oligo_count.pl) I found that the reason for failure of file open was not being reported.
For consistency I've updated this to match the die/self->throw calls where $! is reported.
Files changed:
scripts/seqstats/bp_oligo_count.pl
Bio/Index/EMBL.pm
Bio/Index/Fasta.pm
Bio/Index/Fastq.pm
Bio/Index/GenBank.pm
Bio/Index/Qual.pm
Bio/Index/SwissPfam.pm
This is addressed in pull request:
https://github.com/bioperl/bioperl-live/pull/65
Thanks