Skip to content

Commit 3bc4e78

Browse files
committed
Use shorter label in STAR param
1 parent b7bf24b commit 3bc4e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ public Provider()
464464
put("minValue", 0);
465465
put("maxValue", 1);
466466
}}, null),
467-
ToolParameterDescriptor.createCommandLineParam(CommandLineParam.create("--limitBAMsortRAM"), "limitBAMsortRAM", "The maximum available RAM (bytes) for sorting BAM. This should generally be left blank, where it will be automatically set. In certain cases, such as genomes with extremely high coverage contigs, jobs will error and require a higher value for this. ", "", "ldk-integerfield", new JSONObject(){{
467+
ToolParameterDescriptor.createCommandLineParam(CommandLineParam.create("--limitBAMsortRAM"), "limitBAMsortRAM", "Mam RAM For Sorting (bytes)", "The maximum available RAM (bytes) for sorting BAM. This should generally be left blank, where it will be automatically set. In certain cases, such as genomes with extremely high coverage contigs, jobs will error and require a higher value for this. ", "ldk-integerfield", new JSONObject(){{
468468
put("minValue", 0);
469469
}}, null)
470470
), PageFlowUtil.set("sequenceanalysis/field/GenomeFileSelectorField.js"), "https://github.com/alexdobin/STAR/", true, true, ALIGNMENT_MODE.MERGE_THEN_ALIGN);

0 commit comments

Comments
 (0)