Skip to content

Commit a62258d

Browse files
committed
Bugfix to DeepVariant docker command
1 parent 3d7f838 commit a62258d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/analysis/DeepVariantAnalysis.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public void execute(File inputBam, File refFasta, File outputGvcf, PipelineOutpu
265265
throw new PipelineJobException(e);
266266
}
267267

268-
execute(Arrays.asList("/bin/bash/", localBashScript.getPath()));
268+
execute(Arrays.asList("/bin/bash", localBashScript.getPath()));
269269

270270
if (!outputGvcf.exists())
271271
{

0 commit comments

Comments
 (0)