Skip to content

Commit e73d3ed

Browse files
authored
Merge pull request #68 from common-workflow-language/expressions_fields
expand & correct list of expression capable fields
2 parents 4468bef + 12bcdf8 commit e73d3ed

File tree

1 file changed

+23
-16
lines changed

1 file changed

+23
-16
lines changed

_episodes/13-expressions.md

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -62,22 +62,29 @@ syntax is used to describe the additional command line arguments.
6262

6363
You can only use expressions in certain fields. These are:
6464

65-
- `filename`
66-
- `fileContent`
67-
- `envValue`
68-
- `valueFrom`
69-
- `glob`
70-
- `outputEval`
71-
- `stdin`
72-
- `stdout`
73-
- `coresMin`
74-
- `coresMax`
75-
- `ramMin`
76-
- `ramMax`
77-
- `tmpdirMin`
78-
- `tmpdirMax`
79-
- `outdirMin`
80-
- `outdirMax`
65+
- [`arguments`](http://www.commonwl.org/v1.0/CommandLineTool.html#CommandLineTool)
66+
- [`coresMin`](http://www.commonwl.org/v1.0/CommandLineTool.html#ResourceRequirement)
67+
- [`coresMax`](http://www.commonwl.org/v1.0/CommandLineTool.html#ResourceRequirement)
68+
- [`entry`](http://www.commonwl.org/v1.0/CommandLineTool.html#Dirent)
69+
- [`entryname`](http://www.commonwl.org/v1.0/CommandLineTool.html#Dirent)
70+
- `format` (in a [CommandInputParameter](http://www.commonwl.org/v1.0/CommandLineTool.html#CommandInputParameter), [CommandOutputParamater](http://www.commonwl.org/v1.0/CommandLineTool.html#CommandOutputParameter), [WorkflowOutputParameter](http://www.commonwl.org/v1.0/Workflow.html#WorkflowOutputParameter), or [ExpressionToolOutputParameter](http://www.commonwl.org/v1.0/Workflow.html#ExpressionToolOutputParameter))
71+
- [`expression`](http://www.commonwl.org/v1.0/Workflow.html#ExpressionTool)
72+
- [`envValue`](http://www.commonwl.org/v1.0/CommandLineTool.html#EnvironmentDef)
73+
- [`glob`](http://www.commonwl.org/v1.0/CommandLineTool.html#CommandOutputBinding)
74+
- [`listing`](http://www.commonwl.org/v1.0/CommandLineTool.html#InitialWorkDirRequirement)
75+
- [`outdirMin`](http://www.commonwl.org/v1.0/CommandLineTool.html#ResourceRequirement)
76+
- [`outdirMax`](http://www.commonwl.org/v1.0/CommandLineTool.html#ResourceRequirement)
77+
- [`outputEval`](http://www.commonwl.org/v1.0/CommandLineTool.html#CommandOutputBinding)
78+
- `secondaryFiles` (in a [CommandInputParameter](http://www.commonwl.org/v1.0/CommandLineTool.html#CommandInputParameter), [CommandOutputParamater](http://www.commonwl.org/v1.0/CommandLineTool.html#CommandOutputParameter), [WorkflowOutputParameter](http://www.commonwl.org/v1.0/Workflow.html#WorkflowOutputParameter), or [ExpressionToolOutputParameter](http://www.commonwl.org/v1.0/Workflow.html#ExpressionToolOutputParameter))
79+
- [`ramMin`](http://www.commonwl.org/v1.0/CommandLineTool.html#ResourceRequirement)
80+
- [`ramMax`](http://www.commonwl.org/v1.0/CommandLineTool.html#ResourceRequirement)
81+
- [`stdin`](http://www.commonwl.org/v1.0/CommandLineTool.html#CommandLineTool)
82+
- [`stdout`](http://www.commonwl.org/v1.0/CommandLineTool.html#CommandLineTool)
83+
- [`stderr`](http://www.commonwl.org/v1.0/CommandLineTool.html#CommandLineTool)
84+
- [`tmpdirMin`](http://www.commonwl.org/v1.0/CommandLineTool.html#ResourceRequirement)
85+
- [`tmpdirMax`](http://www.commonwl.org/v1.0/CommandLineTool.html#ResourceRequirement)
86+
- `valueFrom` (in a [CommandLineBinding](http://www.commonwl.org/v1.0/CommandLineTool.html#CommandLineBinding), or [WorkflowStepInput](http://www.commonwl.org/v1.0/Workflow.html#WorkflowStepInput))
87+
8188

8289
[file-prop]: http://www.commonwl.org/v1.0/CommandLineTool.html#File
8390
[rec-practices]: http://www.commonwl.org/user_guide/rec-practices/

0 commit comments

Comments
 (0)