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
@@ -35,7 +35,10 @@ public PbsvJointCallingHandler()
35
35
ToolParameterDescriptor.create("fileName", "VCF Filename", "The name of the resulting file.", "textfield", newJSONObject(){{
36
36
put("allowBlank", false);
37
37
put("doNotIncludeInTemplates", true);
38
-
}}, null)
38
+
}}, null),
39
+
ToolParameterDescriptor.create("doCopyLocal", "Copy Inputs Locally", "If checked, the input file(s) willbe copied to the job working directory.", "checkbox", newJSONObject(){{
40
+
put("checked", true);
41
+
}}, true)
39
42
));
40
43
}
41
44
@@ -74,6 +77,40 @@ public void processFilesOnWebserver(PipelineJob job, SequenceAnalysisJobSupport
0 commit comments