Skip to content

Commit 58af56e

Browse files
committed
Bugfix to SVtyper
1 parent 166cd84 commit 58af56e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/alignment/SVTyperStep.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,6 @@ else if (!svVcf.exists())
113113
jsonArgs.add("-l");
114114
jsonArgs.add(coverageJson.getPath());
115115

116-
if (threads != null)
117-
{
118-
jsonArgs.add("--cores");
119-
jsonArgs.add(threads.toString());
120-
}
121-
122116
File doneFile = new File(ctx.getWorkingDirectory(), "json.done");
123117
ctx.getFileManager().addIntermediateFile(doneFile);
124118
if (doneFile.exists())

0 commit comments

Comments
 (0)