Changes

From Genome Analysis Wiki
Jump to navigationJump to search
351 bytes added ,  18:35, 31 August 2011
Line 496: Line 496:  
                Uses bamIndex.
 
                Uses bamIndex.
 
--minMapQual  : The minimum mapping quality for filtering reads in the baseQC stats.
 
--minMapQual  : The minimum mapping quality for filtering reads in the baseQC stats.
 +
--dbsnp      : The dbSnp file of positions to exclude from baseQC analysis.
 
--noeof      : Do not expect an EOF block on a bam file.
 
--noeof      : Do not expect an EOF block on a bam file.
 
--params      : Print the parameter settings
 
--params      : Print the parameter settings
Line 503: Line 504:     
The optional parameters are also used for all types of statistics.  
 
The optional parameters are also used for all types of statistics.  
 +
 +
Usage:
 +
<pre>
 +
./bam stats --in <inputFile> [--basic] [--qual] [--phred] [--baseQC <outputFileName>] [--maxNumReads <maxNum>] [--unmapped] [--bamIndex <bamIndexFile>] [--regionList <regFileName>] [--minMapQual <minMapQ>] [--dbsnp <dbsnpFile>] [--noeof] [--params]
 +
</pre>
 +
     

Navigation menu