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 166cd84 commit 58af56eCopy full SHA for 58af56e
SequenceAnalysis/src/org/labkey/sequenceanalysis/run/alignment/SVTyperStep.java
@@ -113,12 +113,6 @@ else if (!svVcf.exists())
113
jsonArgs.add("-l");
114
jsonArgs.add(coverageJson.getPath());
115
116
- if (threads != null)
117
- {
118
- jsonArgs.add("--cores");
119
- jsonArgs.add(threads.toString());
120
- }
121
-
122
File doneFile = new File(ctx.getWorkingDirectory(), "json.done");
123
ctx.getFileManager().addIntermediateFile(doneFile);
124
if (doneFile.exists())
0 commit comments