Changes

From Genome Analysis Wiki
Jump to navigationJump to search
460 bytes added ,  16:50, 6 January 2014
no edit summary
Line 5: Line 5:  
= Overview of the <code>dumpHeader</code> function of <code>bamUtil</code> =
 
= Overview of the <code>dumpHeader</code> function of <code>bamUtil</code> =
 
The <code>dumpHeader</code> option on the [[bamUtil]] executable prints the header of the specified SAM/BAM file to cout.   
 
The <code>dumpHeader</code> option on the [[bamUtil]] executable prints the header of the specified SAM/BAM file to cout.   
 +
 +
= Usage =
 +
 +
./bam dumpHeader <inputFile>
    
= Parameters =
 
= Parameters =
Line 11: Line 15:  
filename : the sam/bam filename whose header should be printed.
 
filename : the sam/bam filename whose header should be printed.
 
</pre>
 
</pre>
 +
<pre>
 +
    PhoneHome:
 +
--noPhoneHome      : disable PhoneHome (default enabled)
 +
</pre>
 +
 +
== Required Parameters ==
 +
{{InBAMInputFile|noParam=1st}}
   −
= Usage =
+
== Phone Home Parameters ==
 +
See [[PhoneHome]] for more information on how PhoneHome works and what it does.
   −
./bam dumpHeader <inputFile>
+
=== 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 =

Navigation menu