bioperl / bioperl-live-redmine

Legacy tickets migrated from the OBF Redmine issue tracker: http://redmine.open-bio.org
0 stars 0 forks source link

file/fh checking should be in Bio::Root::IO, not in subclasses #100

Open cjfields opened 8 years ago

cjfields commented 8 years ago

Author Name: Chris Fields (@cjfields) Original Redmine Issue: 3204, https://redmine.open-bio.org/issues/3204 Original Date: 2011-04-13 Original Assignee: Bioperl Guts


Any checking of file or filehandle arguments should be handled by the parent Bio::Root::IO class for consistency. Currently there seems to be inconsistent checking of these in the various subclasses (ex: Bio::SeqIO). See this thread:

http://lists.open-bio.org/pipermail/bioperl-l/2011-April/034868.html

cjfields commented 8 years ago

Original Redmine Comment Author Name: Chris Fields Original Date: 2011-07-11T17:37:23Z


We’ll probably wait until Bio::Root modules are split out into their own distribution before fixing this (currently underway with Sheena’s GSoC 2011 project)