Changes

From Genome Analysis Wiki
Jump to navigationJump to search
5 bytes removed ,  11:42, 3 April 2012
no edit summary
Line 1: Line 1: −
== Trim BAM ==
+
= Overview of the <code>trimBam</code> function of <code>bamUtil</code> =
The <code>trimBam</code> program is released as part of the StatGen Library & Tools download.
+
The <code>trimBam</code> option on the [[bamUtil]] executable trims the end of reads in a SAM/BAM file, changing read ends to ‘N’ and quality to ‘!’.
   −
<code>trimBam</code> trims the end of reads in a SAM/BAM file, changing read ends to ‘N’ and quality to ‘!’.
      +
= Usage =
 +
./bam trimBam [inFile] [outFile] [num-bases-to-trim-on-each-side]
   −
=== Parameters ===
+
 
 +
= Parameters =
 
<pre>
 
<pre>
 
     Required Parameters:
 
     Required Parameters:
Line 12: Line 14:  
         num-bases-to-trim-on-each-side : the number of bases/qualities to trim from each side
 
         num-bases-to-trim-on-each-side : the number of bases/qualities to trim from each side
 
</pre>
 
</pre>
  −
=== Usage ===
  −
trimBam [inFile] [outFile] [num-bases-to-trim-on-each-side]
        −
=== Return Value ===
+
= Return Value =
 
Returns the SamStatus for the reads/writes.  0 on success.
 
Returns the SamStatus for the reads/writes.  0 on success.
   −
=== Example Output ===
+
= Example Output =
 
<pre>
 
<pre>
 
Arguments in effect:  
 
Arguments in effect:  
Line 31: Line 30:  
</pre>
 
</pre>
    +
[[Category:BamUtil|trimBam]]
 +
[[Category:BAM Software]]
 
[[Category:Software]]
 
[[Category:Software]]
[[Category:StatGen Download]]
  −
[[Category:BAM Software]]
 

Navigation menu