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();
|
||||
|
||||
WalkerTestSpec spec = new WalkerTestSpec(
|
||||
"-T SelectVariants " +
|
||||
"-R " + b36KGReference +
|
||||
"-B:variant,vcf " + tmpFifo.getAbsolutePath() +
|
||||
" -rit STREAM --NO_HEADER " +
|
||||
"-o %s",
|
||||
"-T SelectVariants" +
|
||||
" -R " + b36KGReference +
|
||||
" -B:variant,vcf " + tmpFifo.getAbsolutePath() +
|
||||
" -rit STREAM --NO_HEADER" +
|
||||
" -o %s",
|
||||
1,
|
||||
Arrays.asList("2cae3d16f9ed00b07d87e9c49272d877")
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue