You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/topics/expressions.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Expressions
2
2
3
3
If you need to manipulate input parameters, include the requirement
4
-
`InlineJavascriptRequirement` and then anywhere a parameter reference is
4
+
[`InlineJavascriptRequirement`](https://w3id.org/cwl/CommandLineTool.html#InlineJavascriptRequirement) and then anywhere a parameter reference is
5
5
legal you can provide a fragment of Javascript that will be evaluated by
6
6
the CWL runner.
7
7
@@ -80,7 +80,7 @@ only in certain fields. These are:
80
80
- From [CommandOutputBinding](https://www.commonwl.org/v1.0/CommandLineTool.html#CommandOutputBinding)
81
81
- `glob`
82
82
- `outputEval`
83
-
- From `Workflow`
83
+
- From [`Workflow`](https://w3id.org/cwl/Workflow.html)
84
84
- From [InputParameter](https://www.commonwl.org/v1.0/Workflow.html#InputParameter) and [WorkflowOutputParameter](https://www.commonwl.org/v1.0/Workflow.html#WorkflowOutputParameter)
85
85
- `format`
86
86
- `secondaryFiles`
@@ -115,7 +115,7 @@ only in certain fields. These are:
115
115
116
116
## Using External Libraries and Inline JavaScript Code with `expressionLib`
117
117
118
-
The requirement `InlineJavascriptRequirement` supports an `expressionLib` attribute
118
+
The requirement [`InlineJavascriptRequirement`](https://w3id.org/cwl/CommandLineTool.html#InlineJavascriptRequirement) supports an `expressionLib` attribute
119
119
that allows users to load external JavaScript files, or to provide inline JavaScript
Copy file name to clipboardExpand all lines: src/topics/parameter-references.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ You can only use parameter references in certain fields. These are:
77
77
- From [CommandOutputBinding](http://www.commonwl.org/v1.0/CommandLineTool.html#CommandOutputBinding)
78
78
- `glob`
79
79
- `outputEval`
80
-
- From `Workflow`
80
+
- From [`Workflow`](https://w3id.org/cwl/Workflow.html)
81
81
- From [InputParameter](http://www.commonwl.org/v1.0/Workflow.html#InputParameter) and [WorkflowOutputParameter](http://www.commonwl.org/v1.0/Workflow.html#WorkflowOutputParameter)
0 commit comments