[Bioperl-l] bug in SeqIO.pm
Jason Eric Stajich
jason@cgt.mc.duke.edu
Wed, 21 Nov 2001 15:58:34 -0500 (EST)
It is cruft and has been removed.
On Wed, 21 Nov 2001, Wang, Kai wrote:
> sub new {
> ......
> if ($class =~ /Bio::SeqIO::(\S+)/) {
> ......
> return $self;
> } else {
> ......
> if ($class eq 'Bio::SeqIO::MultiFile') {
> return $class->new(%param);
> }
> ......
> return "Bio::SeqIO::$format"->new(@args);
> }
> }
>
> The Second "if" statement will never be executed.
> _______________________________________________
> Bioperl-l mailing list
> Bioperl-l@bioperl.org
> http://bioperl.org/mailman/listinfo/bioperl-l
>
--
Jason Stajich
Duke University
jason@cgt.mc.duke.edu