gatk-3.8/protected/java/test/org/broadinstitute/sting/gatk/walkers
David Roazen 02018ca764 Legacy BaseRecalibrator walker is neither TreeReducible nor NanoSchedulable
The old BaseRecalibrator walker is and never will be thread-safe, since it's a
LocusWalker that uses read attributes to track state.

ONLY the newer DelocalizedBaseRecalibrator is believed likely to be thread-safe
at this point. It is safe to run the DelocalizedBaseRecalibrator with -nct > 1
for testing purposes, but wait for further testing to be done before using it
for production purposes in multithreaded mode.
2012-10-24 15:22:50 -04:00
..
bqsr Legacy BaseRecalibrator walker is neither TreeReducible nor NanoSchedulable 2012-10-24 15:22:50 -04:00
compression/reducereads Refactored the BaseCounts classes so that they are safer and allow for calculations on the most probable base (which is not necessarily the most common base). 2012-10-04 10:37:11 -04:00
genotyper MaxAltAlleles now defaults to 6, no more MaxAltAllelesForIndels 2012-10-22 13:47:56 -04:00
haplotypecaller updating HC integration test. 2012-10-24 14:08:39 -04:00