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 55b3207 commit 36cf5d8Copy full SHA for 36cf5d8
SequenceAnalysis/src/org/labkey/sequenceanalysis/run/alignment/SVTyperStep.java
@@ -106,7 +106,7 @@ else if (!svVcf.exists())
106
List<String> jsonArgs = new ArrayList<>();
107
SimpleScriptWrapper wrapper = new SimpleScriptWrapper(ctx.getLogger());
108
jsonArgs.add(AbstractCommandWrapper.resolveFileInPath("svtyper", null, true).getPath());
109
- jsonArgs.add("-b");
+ jsonArgs.add("-B");
110
jsonArgs.add(so.getFile().getPath());
111
112
File coverageJson = new File(ctx.getWorkingDirectory(), "bam.json");
0 commit comments