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/run/NimbleAlignmentStep.java
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,6 @@ public static List<ToolParameterDescriptor> getToolParameters()
57
57
put("initialValues", "unstranded");
58
58
put("delimiter", ";");
59
59
}}, null),
60
-
ToolParameterDescriptor.create(ALIGN_OUTPUT, "Create Alignment/Debug Output", "If checked, an alignment-level summary TSV will be created", "checkbox", newJSONObject(){{
61
-
put("checked", true);
62
-
}}, true),
63
60
ToolParameterDescriptor.create(MAX_HITS_TO_REPORT, "Max Hits To Report", "If a given hit has more than this number of references, it is discarded", "ldk-integerfield", newJSONObject(){{
0 commit comments