Changes

From Genome Analysis Wiki
Jump to navigationJump to search
342 bytes added ,  19:54, 19 September 2012
Line 55: Line 55:     
The output SAM/BAM file is also required, [[#output File (--out)|output File (--out)]].
 
The output SAM/BAM file is also required, [[#output File (--out)|output File (--out)]].
 +
 +
 +
Recommended usage with Recalibrator:
 +
 +
/usr/cluster/bin/bam dedup --recab --in ${INPUT}.bam --out ${OUTPUT}.bam --force --refFile ${REF} --dbsnp ${DBSNP} --skipFit --oneChrom --storeQualTag OQ --maxBaseQual 40
 +
 +
 +
Recommended usage without Recalibrator:
 +
 +
/usr/cluster/bin/bam dedup --in ${INPUT}.bam --out ${OUTPUT}.bam --force --oneChrom
    
= Usage =
 
= Usage =

Navigation menu