Updating integration test now that VE has been updated
This commit is contained in:
parent
41f3da75d7
commit
639a01f382
|
|
@ -93,8 +93,8 @@ public class VCFStreamingIntegrationTest extends WalkerTest {
|
|||
selectTestSpec = new WalkerTestSpec(
|
||||
"-T VariantEval" +
|
||||
" -R " + b36KGReference +
|
||||
" -B:eval,vcf3 " + testFile +
|
||||
" -B: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