Skip to content

Commit 551321d

Browse files
committed
Bugfix to GatherVcfsCloud
1 parent e72af54 commit 551321d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/variant/GatherVcfsCloudWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public GatherVcfsCloudWrapper(Logger log)
2020

2121
public void gatherVcfs(File output, List<File> inputVcfs) throws PipelineJobException
2222
{
23-
List<String> args = new ArrayList<>(getBaseArgs());
23+
List<String> args = new ArrayList<>(getBaseArgs("GatherVcfsCloud"));
2424
args.add("-O");
2525
args.add(output.getPath());
2626

0 commit comments

Comments
 (0)