[Bioperl-l] What happens to STDOUT?

Marc Logghe MarcL at DEVGEN.com
Fri Mar 31 13:59:07 UTC 2006


> my $seqin = Bio::SeqIO->new(-format => $informat, $file ? -fh 
> => \*ARGV); In that way, you have the same magic as the 
> diamond/pulp fiction operator <>
> 
Of course, this should be (some copy/paste remnants):
my $seqin = Bio::SeqIO->new(-format => $informat, -fh => \*ARGV);

ML




More information about the Bioperl-l mailing list