Skip to content

Commit d177bc4

Browse files
committed
Correct parameter label
1 parent cfc3175 commit d177bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/src/org/labkey/singlecell/pipeline/singlecell/RunSingleR.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public Provider()
2626
SeuratToolParameter.create("nThreads", "# Threads", "If provided, this value will be passed to BiocParallel::MulticoreParam().", "ldk-integerfield", new JSONObject(){{
2727
put("minValue", 0);
2828
}}, null),
29-
SeuratToolParameter.create("singleRSpecies", "Tests To Use", "If human, hpca, blueprint, dice, monaco, and immgen will be used. If mouse, MouseRNAseqData will be used.", "ldk-simplecombo", new JSONObject()
29+
SeuratToolParameter.create("singleRSpecies", "Species", "If human, hpca, blueprint, dice, monaco, and immgen will be used. If mouse, MouseRNAseqData will be used.", "ldk-simplecombo", new JSONObject()
3030
{{
3131
put("multiSelect", false);
3232
put("allowBlank", false);

0 commit comments

Comments
 (0)