Changes between Version 4 and Version 5 of SOPs/callingSNPs
- Timestamp:
- 07/09/13 13:30:58 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/callingSNPs
v4 v5 23 23 24 24 25 === GATK Overview === 26 27 * Map reads to reference after QC'ing 28 * Mark duplicates: sequencing errors can propagate due to amplification (use Picard Tools) 29 * Indel-based realignment: misalignment by aligner is likely to occur near indels (use RealignerTargetCreator and IndelRealigner) 30 * Base quality recalibration: base quality score will be made more accurate (use BaseRecalibrator and PrintReads) 31 * Run UnifiedGenotyper to call variants 25 32 26 33 == Filtering SNPs ==