From 8d041ea234d85350182f79d7438f0604cf6ee169 Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Wed, 24 May 2023 15:06:55 +0200 Subject: [PATCH] Fix workflow parameter tutorial for updated Add_a_column1 tool --- .../tutorials/workflow-parameters/tutorial.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topics/galaxy-interface/tutorials/workflow-parameters/tutorial.md b/topics/galaxy-interface/tutorials/workflow-parameters/tutorial.md index 3ff09e1e2e029..eea183941b82b 100644 --- a/topics/galaxy-interface/tutorials/workflow-parameters/tutorial.md +++ b/topics/galaxy-interface/tutorials/workflow-parameters/tutorial.md @@ -208,9 +208,9 @@ In this example we will construct a workflow where we calculate the sum of all v > - {% icon param-select %} *"Choose the type of parameter for this field"*: Integer Parameter > - *"Enter integer that should be part of the computed value"*: Click on `Add connection to module` {% icon galaxy-wf-connection %} > - {% icon wf-input %} *"Input"*: Connect the output of the **Parse parameter value** {% icon tool %} -> 5. Add **Compute an expression on every row** {% icon tool %} to the workflow -> - *"Add expression as a new column to"*: click on `Add connection to module`, then connect the output of **Compose text parameter value** {% icon tool %} -> - *"as a new column to"*: Select the output of the **Input dataset** {% icon tool %} +> 5. Add **Compute on rows** {% icon tool %} to the workflow +> - *"Input file"*: Select the output of the **Input dataset** {% icon tool %} +> - *"Add expression"*: click on `Add connection to module`, then connect the output of **Compose text parameter value** {% icon tool %} {: .hands_on} With this you're ready to run the workflow!