forgot to commit change to MD5

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4277 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
delangel 2010-09-14 19:28:03 +00:00
parent 6d07181dc9
commit 2be5e862f1
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public class BeagleIntegrationTest extends WalkerTest {
"-B:beagleR2,BEAGLE " + beagleValidationDataLocation + "inttestbgl.r2 " +
"-B:beagleProbs,BEAGLE " + beagleValidationDataLocation + "inttestbgl.gprobs " +
"-B:beaglePhased,BEAGLE " + beagleValidationDataLocation + "inttestbgl.phased " +
"-o %s", 1, Arrays.asList("e7b9aac20246f26ffcc599850f6cb2a0"));
"-o %s", 1, Arrays.asList("0508255900d28dfe017035b6f29c0385"));
executeTest("test BeagleOutputToVCF", spec);
}