Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 7: Line 7:     
For more flexibility of writing specific regions, see [[BamUtil: writeRegion]].
 
For more flexibility of writing specific regions, see [[BamUtil: writeRegion]].
 +
 +
= Usage =
 +
./bam readIndexedBam <inputFilename> <outputFile.sam/bam> <bamIndexFile>
    
= Parameters =
 
= Parameters =
Line 14: Line 17:  
outputFile.sam/bam - path/name of the output file
 
outputFile.sam/bam - path/name of the output file
 
bamIndexFile      - path/name of the BAM index file
 
bamIndexFile      - path/name of the BAM index file
 +
</pre>
 +
<pre>
 +
    PhoneHome:
 +
--noPhoneHome      : disable PhoneHome (default enabled)
 
</pre>
 
</pre>
   −
= Usage =
+
== Required Parameters ==
./bam readIndexedBam <inputFilename> <outputFile.sam/bam> <bamIndexFile>
+
{{InBAMInputFile|noParam=1st}}
 +
{{OutBAMOutputFile|noParam=2nd}}
 +
{{BamIndex|noParam=3rd|required=1}}
 +
 
 +
== Phone Home Parameters ==
 +
See [[PhoneHome]] for more information on how PhoneHome works and what it does.
 +
 
 +
=== Turn off PhoneHome (<code>--noPhoneHome</code>) ===
 +
Use the <code>--noPhoneHome</code> option to completely disable PhoneHome.  PhoneHome is enabled by default based on the default thinning parameter.
    
= Return Value =
 
= Return Value =
 
* 0
 
* 0

Navigation menu