gatk-3.8/public/java/test/org/broadinstitute/sting/gatk
Eric Banks d7813db217 Combine Variants was actually outputting invalid VCFs in cases where it was combining Variant Contexts with different alternate alleles: if any of the genotypes had PLs they were no longer valid/correct. Added a check for such cases (the combined VC has more alleles than an original VC) and strip out the PLs when triggered; added integration test to cover it. I also added the check to Select Variants, although it currently doesn't remove unused alleles so it should never trigger. Is there any reason not to strip out unused alleles after a select? 2011-08-08 16:25:35 -04:00
..
arguments Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00
datasources Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00
executive Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00
filters Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00
iterators Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00
refdata Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00
report GATKReport v0.2: 2011-08-03 00:24:47 -04:00
traversals Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00
walkers Combine Variants was actually outputting invalid VCFs in cases where it was combining Variant Contexts with different alternate alleles: if any of the genotypes had PLs they were no longer valid/correct. Added a check for such cases (the combined VC has more alleles than an original VC) and strip out the PLs when triggered; added integration test to cover it. I also added the check to Select Variants, although it currently doesn't remove unused alleles so it should never trigger. Is there any reason not to strip out unused alleles after a select? 2011-08-08 16:25:35 -04:00
GenomeAnalysisEngineUnitTest.java Fixing broken paths to the testdata directory throughout the codebase. 2011-06-29 17:36:47 -04:00
WalkerManagerUnitTest.java Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00