gatk-3.8/protected/java/test/org/broadinstitute/sting/gatk/walkers
Eric Banks 392b5cbcdf The CachingIndexedFastaSequenceFile now automatically converts IUPAC bases to Ns and errors out on other non-standard bases.
This way walkers won't see anything except the standard bases plus Ns in the reference.
Added option to turn off this feature (to maintain backwards compatibility).

As part of this commit I cleaned up the BaseUtils code by adding a Base enum and removing all of the static indexes for
each of the bases.  This uncovered a bug in the way the DepthOfCoverage walker counts deletions (it was counting Ns instead!) that isn't covered by tests.  Fortunately that walker is being deprecated soon...
2013-01-16 10:22:43 -05:00
..
annotator Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
beagle Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
bqsr Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
compression/reducereads Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
diagnostics Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
diffengine Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
fasta Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
filters Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
genotyper Updating MD5s in HC and UG that changed due to new LIBS 2013-01-11 15:17:19 -05:00
haplotypecaller Merge branch 'master' of github.com:broadinstitute/gsa-unstable 2013-01-16 00:13:38 -05:00
indels Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
phasing Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
validation Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
varianteval Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
variantrecalibration Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
variantutils The CachingIndexedFastaSequenceFile now automatically converts IUPAC bases to Ns and errors out on other non-standard bases. 2013-01-16 10:22:43 -05:00