Home
last modified time | relevance | path

Searched refs:altAllelesByPosition (Results 1 – 2 of 2) sorted by relevance

/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/mutect/
H A DMutect2IntegrationTest.java313 final Map<Integer, Allele> altAllelesByPosition = VariantContextTestUtils.streamVcf(output) local
316 …Assert.assertTrue(altAllelesByPosition.get(10020042).basesMatch(Allele.ALT_C)); //tumor G->C, norm…
317 …Assert.assertTrue(altAllelesByPosition.get(10020124).basesMatch(Allele.ALT_G)); //tumor A->G, norm…
390 …final Map<Integer, List<Allele>> altAllelesByPosition = VariantContextTestUtils.streamVcf(unfilter… in testForceCalling() local
393 final List<Allele> altAllelesAtThisLocus = altAllelesByPosition.get(vc.getStart()); in testForceCalling()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/
H A DHaplotypeCallerIntegrationTest.java622 … final Map<Integer, List<Allele>> altAllelesByPosition = VariantContextTestUtils.streamVcf(output) in testForceCalling() local
625 final List<Allele> altAllelesAtThisLocus = altAllelesByPosition.get(vc.getStart()); in testForceCalling()
1031 … final Map<Integer, Allele> altAllelesByPosition = VariantContextTestUtils.streamVcf(outputVcf) in testMnpsAreRepresentedAsSingleEvents() local
1041 Assert.assertEquals(altAllelesByPosition.get(position), entry.getValue()); in testMnpsAreRepresentedAsSingleEvents()