We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72af54 commit 551321dCopy full SHA for 551321d
SequenceAnalysis/src/org/labkey/sequenceanalysis/run/variant/GatherVcfsCloudWrapper.java
@@ -20,7 +20,7 @@ public GatherVcfsCloudWrapper(Logger log)
20
21
public void gatherVcfs(File output, List<File> inputVcfs) throws PipelineJobException
22
{
23
- List<String> args = new ArrayList<>(getBaseArgs());
+ List<String> args = new ArrayList<>(getBaseArgs("GatherVcfsCloud"));
24
args.add("-O");
25
args.add(output.getPath());
26
0 commit comments