File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 183
183
184
184
The value of `position` is used to determine where parameter should
185
185
appear on the command line. Positions are relative to one another, not
186
- abosolute . As a result, positions do not have to be sequential, three
186
+ absolute . As a result, positions do not have to be sequential, three
187
187
parameters with positions `[1, 3, 5]` will result in the same command
188
188
line as `[1, 2, 3]`. More than one parameter can have the same position
189
189
(ties are broken using the parameter name), and the position field itself
466
466
tool is actually executed. The `$(runtime.outdir)` parameter is the path
467
467
to the designated output directory. Other parameters include
468
468
`$(runtime.tmpdir)`, `$(runtime.ram)`, `$(runtime.cores)`,
469
- `$(runtime.ram)`, `$(runtime. outdirSize)`, and `$(runtime.tmpdirSize)`. See
469
+ `$(runtime.outdirSize)`, and `$(runtime.tmpdirSize)`. See
470
470
the [Runtime Environment](CommandLineTool.html#Runtime_environment)
471
471
section of the CWL specification for details.
472
472
796
796
class: Workflow
797
797
```
798
798
799
- The ' cwlVersion` field indicates the version of the CWL spec used by the
799
+ The ` cwlVersion` field indicates the version of the CWL spec used by the
800
800
document. The `class` field indicates this document describes a workflow.
801
801
802
802
You can’t perform that action at this time.
0 commit comments