Updated md5sum for MendelianViolationEvaluator test to reflect the change in column alignment in VariantEval.

This commit is contained in:
Laurent Francioli 2011-12-12 12:22:43 +01:00
parent 025bdfe2cc
commit 7cf27bb66e
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ public class VariantEvalIntegrationTest extends WalkerTest {
WalkerTestSpec spec = new WalkerTestSpec("-T VariantEval -R "+b37KGReference+" --eval " + variantEvalTestDataRoot + vcfFile + " -ped "+ variantEvalTestDataRoot + pedFile +" -noEV -EV MendelianViolationEvaluator -L 1:10109-10315 -o %s -mvq 0 -noST",
1,
Arrays.asList("85a8fc01a1f50839667bfcd04155f735"));
Arrays.asList("66e72c887124f40933d32254b2dd44a3"));
executeTestParallel("testVEMendelianViolationEvaluator" + vcfFile, spec);
}