From a7fe334a3fc3fda04e019019dd3a8c671d995bb6 Mon Sep 17 00:00:00 2001 From: Ryan Poplin Date: Fri, 11 Jan 2013 15:43:52 -0500 Subject: [PATCH] calculating the md5s for the new tests. --- .../haplotypecaller/HaplotypeCallerIntegrationTest.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/protected/java/test/org/broadinstitute/sting/gatk/walkers/haplotypecaller/HaplotypeCallerIntegrationTest.java b/protected/java/test/org/broadinstitute/sting/gatk/walkers/haplotypecaller/HaplotypeCallerIntegrationTest.java index 21ea7eb68..8f5e275e6 100644 --- a/protected/java/test/org/broadinstitute/sting/gatk/walkers/haplotypecaller/HaplotypeCallerIntegrationTest.java +++ b/protected/java/test/org/broadinstitute/sting/gatk/walkers/haplotypecaller/HaplotypeCallerIntegrationTest.java @@ -89,14 +89,14 @@ public class HaplotypeCallerIntegrationTest extends WalkerTest { @Test public void testHaplotypeCallerMultiSampleGGAComplex() { - HCTestComplexGGA(CEUTRIO_BAM, "-L 20:119673-119823 -L 20:121408-121538", - "aaaad25b22a551cae5d70ea30d7feed1"); + HCTestComplexGGA(NA12878_CHR20_BAM, "-L 20:119673-119823 -L 20:121408-121538", + "8730a9ebaeecae913dca2fb5a0d4e946"); } @Test public void testHaplotypeCallerMultiSampleGGAMultiAllelic() { - HCTestComplexGGA(CEUTRIO_BAM, "-L 20:133041-133161 -L 20:300207-300337", - "bbbbd25b22a551cae5d70ea30d7feed1"); + HCTestComplexGGA(NA12878_CHR20_BAM, "-L 20:133041-133161 -L 20:300207-300337", + "1a034b7eb572e1b6f659d6e5d57b3e76"); } private void HCTestComplexVariants(String bam, String args, String md5) {