[Bioperl-l] What happens to STDOUT?
    Ryan Golhar 
    golharam at umdnj.edu
       
    Fri Mar 31 17:00:15 UTC 2006
    
    
  
Thanks all for your responses, but I think there is a bit of a
misunderstanding.  I meant to have my script show:
 	while (my $seq = $seqin->next_seq) {
		print $seq->accession;
		...
	}
In fact, ANY print statement (printing anything, not just related to
bioperl) after opening a file with bioperl gets lost somewhere.  
So again, what does bioperl do to STDOUT?  I have to force all my output
to STDERR to get anything on the console.
Ryan
    
    
More information about the Bioperl-l
mailing list