Revert "Updating md5 for fixed file" because this was fixed properly in unstable (but will break SnpEff if put into Stable).

This reverts commit 6b4182c6ab3e214da4c73bc6f3687ac6d1c0b72c.
This commit is contained in:
Eric Banks 2011-09-22 13:16:42 -04:00
parent 888d8697b1
commit 9c1728416c
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public class SymbolicAllelesIntegrationTest extends WalkerTest {
WalkerTestSpec spec = new WalkerTestSpec(
baseTestString(b36KGReference, "symbolic_alleles_2.vcf"),
1,
Arrays.asList("3008d6f5044bc14801e5c58d985dec72"));
Arrays.asList("6645babc8c7d46be0da223477c7b1291"));
executeTest("Test symbolic alleles mixed in with non-symbolic alleles", spec);
}
}