Updating integration test now that VE has been updated

This commit is contained in:
Eric Banks 2011-08-12 07:15:08 -04:00
parent 41f3da75d7
commit 639a01f382
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@ public class VCFStreamingIntegrationTest extends WalkerTest {
selectTestSpec = new WalkerTestSpec( selectTestSpec = new WalkerTestSpec(
"-T VariantEval" + "-T VariantEval" +
" -R " + b36KGReference + " -R " + b36KGReference +
" -B:eval,vcf3 " + testFile + " --eval,vcf3 " + testFile +
" -B:comp,vcf,storage=STREAM " + tmpFifo.getAbsolutePath() + " --comp,vcf,storage=STREAM " + tmpFifo.getAbsolutePath() +
" -EV CompOverlap -noEV -noST" + " -EV CompOverlap -noEV -noST" +
" -o %s", " -o %s",
1, 1,