Disable VCF header output in the Beagle integrationtest.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4327 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2010-09-22 16:50:03 +00:00
parent 0c99c97685
commit fb5d595ef0
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("caf2a19009e50931157bb4a7b1763282"));
"-o %s -NO_HEADER", 1, Arrays.asList("caf2a19009e50931157bb4a7b1763282"));
executeTest("test BeagleOutputToVCF", spec);
}