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
ret.add(ToolParameterDescriptor.create(STRANDED, "Strand 1", "Choose whether to treat these data as stranded, unstranded, or to have the script infer the strandedness", "ldk-simplecombo", newJSONObject()
84
+
ret.add(ToolParameterDescriptor.create(STRANDED, "Strandedness", "Choose whether to treat these data as stranded, unstranded, or to have the script infer the strandedness", "ldk-simplecombo", newJSONObject()
ret.add(ToolParameterDescriptor.create("strandedThreshold", "Strandedness Threshold", "If infer is selected, Choose whether to treat these data as stranded, unstranded, or to have the script infer the strandedness", "ldk-simplecombo", newJSONObject(){{
90
+
put("minValue", 0);
91
+
put("maxValue", 1);
92
+
put("decimalPrecision", 2);
93
+
}}, 0.9));
89
94
}
90
95
91
96
returnret;
@@ -305,29 +310,20 @@ public void prepareFiles(JobContext ctx, List<SequenceOutputFile> inputFiles, St
0 commit comments