Updating java 7 md5's to java 6 md5's

This commit is contained in:
Mauricio Carneiro 2013-04-13 08:21:48 -04:00
parent 776f5a2f6f
commit f11c8d22d4
1 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@ public class HaplotypeCallerComplexAndSymbolicVariantsIntegrationTest extends Wa
@Test
public void testHaplotypeCallerMultiSampleComplex1() {
HCTestComplexVariants(privateTestDir + "AFR.complex.variants.bam", "", "7a035437f145b714cb844666b0736925");
HCTestComplexVariants(privateTestDir + "AFR.complex.variants.bam", "", "d9c176fe6de26bb8b289d55a840d7b8b");
}
private void HCTestSymbolicVariants(String bam, String args, String md5) {
@ -88,12 +88,12 @@ public class HaplotypeCallerComplexAndSymbolicVariantsIntegrationTest extends Wa
@Test
public void testHaplotypeCallerMultiSampleGGAComplex() {
HCTestComplexGGA(NA12878_CHR20_BAM, "-L 20:119673-119823 -L 20:121408-121538",
"aacfcc50c9aa5cfbec8ae8026d937ecd");
"125e93deeb3b390a14d9b777aa2a220f");
}
@Test
public void testHaplotypeCallerMultiSampleGGAMultiAllelic() {
HCTestComplexGGA(NA12878_CHR20_BAM, "-L 20:133041-133161 -L 20:300207-300337",
"eae75a3dc5c2e0fbdf016dbbafe425e2");
"6957fd0e8a5bc66d2572a6ca8626fa7a");
}
}