Working too quickly earlier. Fixing syntax.

This commit is contained in:
Eric Banks 2011-08-12 10:29:36 -04:00
parent 639a01f382
commit 005bd71be3
1 changed files with 2 additions and 2 deletions

View File

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