gatk-3.8/public/java/test/org/broadinstitute/variant/variantcontext
Ami Levy-Moonshine b4447cdca2 In cases where one uses VariantContextUtils.GenotypeMergeType.REQUIRE_UNIQUE we used to verify that the samples names are unique in VariantContextUtils.simpleMerge for each VCs. It couse to a bug that was reported on the forum (when a VCs had 2 VC from the same sample).
Now we will check it only in CombineVariants.init using the headers. A new function was added to SamplesUtils with unitTests in CVunitTest.java.
2013-01-25 15:49:51 -05:00
..
writer Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
AlleleUnitTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
GenotypeLikelihoodsUnitTest.java 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
GenotypeUnitTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
GenotypesContextUnitTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
VariantContextBenchmark.java Updating to latest google caliper code 2013-01-11 15:17:16 -05:00
VariantContextTestProvider.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
VariantContextUnitTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
VariantContextUtilsUnitTest.java In cases where one uses VariantContextUtils.GenotypeMergeType.REQUIRE_UNIQUE we used to verify that the samples names are unique in VariantContextUtils.simpleMerge for each VCs. It couse to a bug that was reported on the forum (when a VCs had 2 VC from the same sample). 2013-01-25 15:49:51 -05:00
VariantJEXLContextUnitTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00