gatk-3.8/public/java
Eric Banks 3af3834d50 Fixing 2 bugs in the SAMRecord printing argument descriptor code (as reported by Kristian):
* For some reason, the original implementor decided to use Booleans instead of booleans and didn't always check for null so we'd occasionally get a NPE.  Switched over to booleans.
* We'd also generate a NPE if SAMRecord writing specific arguments (e.g. --simplifyBAM) were used while writing to sdout.
2012-05-18 11:55:41 -04:00
..
config Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00
src Fixing 2 bugs in the SAMRecord printing argument descriptor code (as reported by Kristian): 2012-05-18 11:55:41 -04:00
test Forgot that the VCFStreamingOntegrationTest uses VE 2012-05-18 02:51:53 -04:00