Changes

From Genome Analysis Wiki
Jump to navigationJump to search
201 bytes added ,  17:28, 29 September 2010
no edit summary
Line 85: Line 85:  
NOTE: even when reading from stdin, you MUST specify the file type.  It does not read from stdin to determine the compression type like it does for other files.
 
NOTE: even when reading from stdin, you MUST specify the file type.  It does not read from stdin to determine the compression type like it does for other files.
    +
'''When writing programs that will use stdout and pipes to send input from one program to the next, make sure that all error, debug, or info messages are written to stderr/cerr and not stdout/cout.'''
    
=== Example ===
 
=== Example ===

Navigation menu