You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: singlecell/src/org/labkey/singlecell/pipeline/singlecell/VireoHandler.java
+22-2Lines changed: 22 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ public VireoHandler()
42
42
}}, null),
43
43
ToolParameterDescriptor.create("maxDepth", "Max Depth", "At a position, read maximally INT reads per input file, to avoid excessive memory usage", "ldk-integerfield", newJSONObject(){{
44
44
put("minValue", 0);
45
-
}}, 50000),
45
+
}}, null),
46
46
ToolParameterDescriptor.create("contigs", "Allowable Contigs", "A comma-separated list of contig names to use", "textfield", newJSONObject(){{
ToolParameterDescriptor.create("storeCellSnpVcf", "Store CellSnp-Lite VCF", "If checked, the cellsnp donor calls VCF will be stored as an output file", "checkbox", null, false)
56
57
));
57
58
}
58
59
@@ -162,6 +163,7 @@ public void processFilesRemote(List<SequenceOutputFile> inputFiles, JobContext c
0 commit comments