Skip to content

Commit 8e88719

Browse files
committed
Drop -nt argument for MendelianViolationReport
1 parent 27fc7fc commit 8e88719

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,6 @@ public Output processVariants(File inputVCF, File outputDirectory, ReferenceGeno
5757
VariantProcessingStepOutputImpl output = new VariantProcessingStepOutputImpl();
5858

5959
List<String> options = new ArrayList<>();
60-
Integer maxThreads = SequenceTaskHelper.getMaxThreads(getPipelineCtx().getLogger());
61-
if (maxThreads != null)
62-
{
63-
options.add("-nt");
64-
options.add(maxThreads.toString());
65-
}
66-
6760
if (getProvider().getParameterByName("excludeFiltered").extractValue(getPipelineCtx().getJob(), getProvider(), getStepIdx(), Boolean.class, false))
6861
{
6962
options.add("--excludeFiltered");

0 commit comments

Comments
 (0)