gatk-3.8/public/java
David Roazen 32a6d7000a Thread-safe ReadGroupCovariate
The ReadGroupCovariate class was not thread-safe. This led to horrible race conditions
in multithreaded runs of the BQSR where (for example) the same read group could get
inserted into the reverse lookup table twice with different IDs.

Should fix the intermittent crash reported in GSA-492.
2012-10-24 15:22:50 -04:00
..
config Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00
src Thread-safe ReadGroupCovariate 2012-10-24 15:22:50 -04:00
test Add more exhaustive unit tests for input errors to NanoScheduler 2012-10-23 20:11:29 -04:00