Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a tutorial section for renaming sub-WF outputs #5162

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ In this example we will construct a workflow where we calculate the sum of all v

With this you're ready to run the workflow!

> <a name="running-the-workflow-2"></a>
> <hands-on-title>Running the workflow</hands-on-title>
>
> 1. Upload a dataset using "Paste/Fetch data" with the contents, and set the filetype manually to "tabular" during upload
Expand Down Expand Up @@ -294,7 +293,7 @@ In the following example we will construct a straightforward workflow, and utili

> <hands-on-title>Running the main workflow</hands-on-title>
>
> 1. Upload/reuse the tabular file from the following [section](#running-the-workflow-2)
> 1. Upload/reuse the tabular file from the following [section](#hands-on-running-the-workflow-1)
> 2. Navigate to Workflow tab
> 3. Click on {% icon workflow-run %} **Run workflow**
> 4. Select the tabular file as your input
Expand Down
Loading