Changes

From Genome Analysis Wiki
Jump to navigationJump to search
20 bytes added ,  11:38, 3 April 2012
no edit summary
Line 38: Line 38:  
*[[RGMergeBam]] – Merge sorted BAM files adding Read Groups
 
*[[RGMergeBam]] – Merge sorted BAM files adding Read Groups
 
*[[PolishBam]] – Add/Update header lines & add RG tag to each record
 
*[[PolishBam]] – Add/Update header lines & add RG tag to each record
*[[TrimBam]] – Trim end of reads, changing read ends to ‘N’ & quality to ‘!’
      +
==== BAM Util Tools ====
 
The following tools are part of the [[BamUtil|BamUtil program]].
 
The following tools are part of the [[BamUtil|BamUtil program]].
==== BAM Util Tools ====
+
 
 
'''QC/Stats'''
 
'''QC/Stats'''
 
*[[BamUtil: validate|validate]] – Check file format & print statistics
 
*[[BamUtil: validate|validate]] – Check file format & print statistics
Line 58: Line 58:  
*[[BamUtil: squeeze|squeeze]] - Reduce files size by dropping OQ fields, duplicates, specified tags, using '=' when a base matches the reference, binning quality scores, and replacing readNames with unique integers
 
*[[BamUtil: squeeze|squeeze]] - Reduce files size by dropping OQ fields, duplicates, specified tags, using '=' when a base matches the reference, binning quality scores, and replacing readNames with unique integers
 
*[[BamUtil: clipOverlap|clipOverlap]] - Clip overlapping read pairs so they do not overlap
 
*[[BamUtil: clipOverlap|clipOverlap]] - Clip overlapping read pairs so they do not overlap
 +
*[[BamUtil: trimBam| trimBam]] – Trim end of reads, changing read ends to ‘N’ & quality to ‘!’
 +
 
'''Helper Tools to Print Readable Information'''
 
'''Helper Tools to Print Readable Information'''
 
*[[BamUtil: dumpHeader|dumpHeader]] - Print the File Header to the screen.
 
*[[BamUtil: dumpHeader|dumpHeader]] - Print the File Header to the screen.

Navigation menu