Skip to content

Commit

Permalink
Correct name of GLNexus step
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Jan 31, 2024
1 parent 8c7216b commit e3db53e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class GLNexusHandler extends AbstractParameterizedOutputHandler<SequenceO

public GLNexusHandler()
{
super(ModuleLoader.getInstance().getModule(SequenceAnalysisModule.class), "Run DeepVariant", "This will run GLNexus on the selected gVCFs.", null, Arrays.asList(
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"),
Expand Down

0 comments on commit e3db53e

Please sign in to comment.