Skip to content

Commit e3db53e

Browse files
committed
Correct name of GLNexus step
1 parent 8c7216b commit e3db53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/analysis/GLNexusHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class GLNexusHandler extends AbstractParameterizedOutputHandler<SequenceO
4444

4545
public GLNexusHandler()
4646
{
47-
super(ModuleLoader.getInstance().getModule(SequenceAnalysisModule.class), "Run DeepVariant", "This will run GLNexus on the selected gVCFs.", null, Arrays.asList(
47+
super(ModuleLoader.getInstance().getModule(SequenceAnalysisModule.class), "Run GLNexus", "This will run GLNexus on the selected gVCFs.", null, Arrays.asList(
4848
ToolParameterDescriptor.create("binVersion", "GLNexus Version", "The version of GLNexus to run, which is passed to their docker container", "textfield", new JSONObject(){{
4949
put("allowBlank", false);
5050
}}, "v1.2.7"),

0 commit comments

Comments
 (0)