Changes

From Genome Analysis Wiki
Jump to navigationJump to search
809 bytes removed ,  16:50, 6 January 2014
no edit summary
Line 20: Line 20:  
</pre>
 
</pre>
   −
== Input File (1st Parameter) ==
+
== Required Parameters ==
 
+
{{InBAMInputFile|noParam=1st}}
The 1st argumentis the input SAM/BAM file.  The program automatically determines if your input file is SAM/BAM/uncompressed BAM without any input other than a filename from the user, unless your input file is stdin.
  −
 
  −
A <code>-</code> is used to indicate to read from stdin and the extension is used to determine the file type (no extension indicates SAM).
  −
 
  −
{|border="1" cellspacing="0" cellpadding="2"
  −
|SAM/BAM/Uncompressed BAM from file
  −
| <code>yourFileName</code>
  −
|-
  −
|SAM from stdin
  −
| <code>-</code>
  −
|-
  −
|BAM from stdin
  −
| <code>-.bam</code>
  −
|-
  −
|Uncompressed BAM from stdin
  −
| <code>-.ubam</code>
  −
|}
  −
 
  −
Note: Uncompressed BAM is compressed using compression level-0 (so it is not an entirely uncompressed file).  This matches the <code>samtools</code> implementation so pipes between our tools and <code>samtools</code> are supported.
      
== Phone Home Parameters ==
 
== Phone Home Parameters ==

Navigation menu