Working too quickly earlier. Fixing syntax.
This commit is contained in:
parent
639a01f382
commit
005bd71be3
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue