Skip to content

Commit 0aa00f9

Browse files
committed
Drop old argument
1 parent 1214204 commit 0aa00f9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,6 @@ public void processFilesRemote(List<SequenceOutputFile> inputFiles, JobContext c
125125
options.add(minDepth.toString());
126126
}
127127

128-
Integer maxThreads = SequencePipelineService.get().getMaxThreads(ctx.getLogger());
129-
if (maxThreads != null)
130-
{
131-
options.add("-nt");
132-
options.add(maxThreads.toString());
133-
}
134-
135128
MultiAllelicPositionWrapper wrapper = new MultiAllelicPositionWrapper(ctx.getLogger());
136129
wrapper.run(inputBams, outputFile, rg.getWorkingFastaFile(), options);
137130
if (!outputFile.exists())

0 commit comments

Comments
 (0)