Skip to content

Commit d010cf9

Browse files
committed
Bugfix to SDA and GO enrichment
1 parent 0e1758e commit d010cf9

File tree

1 file changed

+1
-1
lines changed
  • singlecell/src/org/labkey/singlecell/pipeline/singlecell

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public Provider()
7171
SeuratToolParameter.create(SEURAT_THREADS, "Max Threads", "The number of threads to use. Cannot be higher than the threads allocated to the job.", "ldk-integerfield", new JSONObject(){{
7272
put("minValue", 0);
7373
}}, 8),
74-
ToolParameterDescriptor.create("storeGoEnrichment", "Perform/Store GO Enrichment", null, "checkbox", null, true),
74+
SeuratToolParameter.create("storeGoEnrichment", "Perform/Store GO Enrichment", null, "checkbox", null, true),
7575
SeuratToolParameter.create("fieldNames", "Fields To Plot", "Enter one field name per line", "sequenceanalysis-trimmingtextarea", new JSONObject(){{
7676
put("allowBlank", false);
7777
put("height", 150);

0 commit comments

Comments
 (0)