gatk-3.8/java/src/org/broadinstitute/sting/playground/tools
asivache e4acd14675 Now GenomicMap maps (and RemapAlignment outputs) regions between intervals on the master reference as 'N' cigar elements, not 'D'. 'D' is now used only for bona fide deletions.
Also: do not die if alignment record does not have NM tags (but mapping quality will not be recomputed after remapping/reducing for the lack of required data)

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1411 348d0f76-0448-11de-a6fe-93d51630548a
2009-08-11 21:10:17 +00:00
..
RemapAlignments.java Now GenomicMap maps (and RemapAlignment outputs) regions between intervals on the master reference as 'N' cigar elements, not 'D'. 'D' is now used only for bona fide deletions. 2009-08-11 21:10:17 +00:00
SplitReads.java A standalone picard-level tool for breaking individual reads into "pairs" of first/last N bases. Supports: 2009-08-10 20:42:49 +00:00