Fixed missing space character in testSimpleVCFStreaming.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5034 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
e4ac1e6171
commit
3022f4dfa0
|
|
@ -55,11 +55,11 @@ public class VCFStreamingIntegrationTest extends WalkerTest {
|
||||||
inputStream.close();
|
inputStream.close();
|
||||||
|
|
||||||
WalkerTestSpec spec = new WalkerTestSpec(
|
WalkerTestSpec spec = new WalkerTestSpec(
|
||||||
"-T SelectVariants " +
|
"-T SelectVariants" +
|
||||||
"-R " + b36KGReference +
|
" -R " + b36KGReference +
|
||||||
"-B:variant,vcf " + tmpFifo.getAbsolutePath() +
|
" -B:variant,vcf " + tmpFifo.getAbsolutePath() +
|
||||||
" -rit STREAM --NO_HEADER " +
|
" -rit STREAM --NO_HEADER" +
|
||||||
"-o %s",
|
" -o %s",
|
||||||
1,
|
1,
|
||||||
Arrays.asList("2cae3d16f9ed00b07d87e9c49272d877")
|
Arrays.asList("2cae3d16f9ed00b07d87e9c49272d877")
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue