Skip to content

Commit 3149029

Browse files
kinowmr-c
authored andcommitted
Add link to section defining arguments.cwl
1 parent 10b32df commit 3149029

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_episodes/21-1st-workflow.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ instead the order is determined by the dependencies between steps (using
116116
another may run in parallel.
117117

118118
The first step, `untar` runs `tar-param.cwl` (described previously in
119-
[Parameter references]({{ page.root }}{% link _episodes/06-params.md %})).
119+
[Parameter References]({{ page.root }}{% link _episodes/06-params.md %})).
120120
This tool has two input parameters, `tarfile` and `extractfile` and one output
121121
parameter `extracted_file`.
122122

@@ -140,7 +140,9 @@ expected from the tool.
140140

141141
The second step `compile` depends on the results from the first step by
142142
connecting the input parameter `src` to the output parameter of `untar` using
143-
`untar/extracted_file`. The output of this step `classfile` is connected to the
143+
`untar/extracted_file`. It runs `arguments.cwl` (described previously in
144+
[Additional Arguments and Parameters]({{ page.root }}{% link _episodes/08-arguments.md %})).
145+
The output of this step `classfile` is connected to the
144146
`outputs` section for the Workflow, described above.
145147

146148
{% include links.md %}

0 commit comments

Comments
 (0)