Skip to content

Commit a8f1f12

Browse files
committed
Add ability to set save_freq for RunSDA
1 parent e106d9c commit a8f1f12

File tree

1 file changed

+3
-0
lines changed
  • singlecell/src/org/labkey/singlecell/pipeline/singlecell

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ public Provider()
6868
SeuratToolParameter.create("max_iter", "Max Iterations", "Passed directly to SDAtools::run_SDA()", "ldk-integerfield", new JSONObject(){{
6969
put("minValue", 0);
7070
}}, 10000),
71+
SeuratToolParameter.create("save_freq", "Max Iterations", "Passed directly to SDAtools::run_SDA()", "ldk-integerfield", new JSONObject(){{
72+
put("minValue", 0);
73+
}}, 10000),
7174
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(){{
7275
put("minValue", 0);
7376
}}, 8),

0 commit comments

Comments
 (0)