File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ instead the order is determined by the dependencies between steps (using
116
116
another may run in parallel.
117
117
118
118
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 %})).
120
120
This tool has two input parameters, ` tarfile ` and ` extractfile ` and one output
121
121
parameter ` extracted_file ` .
122
122
@@ -140,7 +140,9 @@ expected from the tool.
140
140
141
141
The second step ` compile ` depends on the results from the first step by
142
142
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
144
146
` outputs ` section for the Workflow, described above.
145
147
146
148
{% include links.md %}
You can’t perform that action at this time.
0 commit comments