Skip to content

Commit

Permalink
Update GLNexus docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Feb 6, 2024
1 parent 929b11f commit 73fc04b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public GLNexusHandler()
super(ModuleLoader.getInstance().getModule(SequenceAnalysisModule.class), "Run GLNexus", "This will run GLNexus on the selected gVCFs.", null, Arrays.asList(
ToolParameterDescriptor.create("binVersion", "GLNexus Version", "The version of GLNexus to run, which is passed to their docker container", "textfield", new JSONObject(){{
put("allowBlank", false);
}}, "v1.2.7"),
}}, "v1.4.3"),
ToolParameterDescriptor.create("configType", "Config Type", "This is passed to the --config argument of GLNexus.", "ldk-simplecombo", new JSONObject()
{{
put("multiSelect", false);
Expand Down

0 comments on commit 73fc04b

Please sign in to comment.