Skip to content

Commit 481b430

Browse files
authored
content: custom analysis stepper tweak text (#954) (#955)
Co-authored-by: Fran McDade <[email protected]>
1 parent 86bac80 commit 481b430

File tree

1 file changed

+2
-2
lines changed
  • app/components/Entity/components/AnalysisMethod/components/CustomWorkflow

1 file changed

+2
-2
lines changed

app/components/Entity/components/AnalysisMethod/components/CustomWorkflow/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ export const CUSTOM_WORKFLOW: Workflow = {
1616
taxonomyId: null,
1717
trsId: "custom-workflow",
1818
workflowDescription:
19-
"Select reads and tracks to send to a new Galaxy history with this assembly to analyze with your own tools or workflows.",
20-
workflowName: "Custom Analysis",
19+
"Send this assembly, its tracks, and ENA read runs to a new Galaxy history for analysis with your workflow.",
20+
workflowName: "Send Data to a Galaxy History",
2121
};

0 commit comments

Comments
 (0)