Skip to content

Commit

Permalink
analysis: change nextflow executor id, #TASK-6445
Browse files Browse the repository at this point in the history
  • Loading branch information
pfurio committed Sep 13, 2024
1 parent 5d3156e commit aa3edc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
@Tool(id = NextFlowExecutor.ID, resource = Enums.Resource.WORKFLOW, description = NextFlowExecutor.DESCRIPTION)
public class NextFlowExecutor extends OpenCgaToolScopeStudy {

public final static String ID = "nextflow-run";
public final static String ID = "nextflow";
public static final String DESCRIPTION = "Execute a Nextflow analysis.";

@ToolParams
Expand Down

0 comments on commit aa3edc0

Please sign in to comment.