Updated MendelianViolationEvaluator integration test

This commit is contained in:
Laurent Francioli 2011-11-30 14:44:15 +01:00
parent f49dc5c067
commit 9574be0394
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ public class VariantEvalIntegrationTest extends WalkerTest {
String vcfFile = "/MendelianViolationEval.vcf";
String pedFile = "/MendelianViolationEval.ped";
WalkerTestSpec spec = new WalkerTestSpec("-T VariantEval -R "+b37KGReference+" --eval " + variantEvalTestDataRoot + vcfFile + " -ped "+ variantEvalTestDataRoot + pedFile +" -noEV -EV MendelianViolationEvaluator -L 1:10109-10315 -o %s",
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"));
executeTestParallel("testVEMendelianViolationEvaluator" + vcfFile, spec);