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: SequenceAnalysis/src/org/labkey/sequenceanalysis/analysis/GLNexusHandler.java
+36-6Lines changed: 36 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,15 @@ public GLNexusHandler()
48
48
ToolParameterDescriptor.create("binVersion", "GLNexus Version", "The version of GLNexus to run, which is passed to their docker container", "textfield", newJSONObject(){{
49
49
put("allowBlank", false);
50
50
}}, "v1.2.7"),
51
+
ToolParameterDescriptor.create("configType", "Config Type", "This is passed to the --config argument of GLNexus.", "ldk-simplecombo", newJSONObject()
ToolParameterDescriptor.create("fileBaseName", "Filename", "This is the basename that will be used for the output gzipped VCF", "textfield", newJSONObject(){{
52
61
put("allowBlank", false);
53
62
}}, "CombinedGenotypes")
@@ -144,9 +153,15 @@ else if (genomeIds.isEmpty())
0 commit comments