We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0fbe0 commit 52f6411Copy full SHA for 52f6411
draft-4/Process.yml
@@ -167,7 +167,29 @@ $graph:
167
168
- name: stderr
169
type: record
170
- doc: Only valid as a `type` for an output.
+ doc: |
171
+ Only valid as a `type` for an output.
172
+
173
+ The following
174
+ ```
175
+ outputs:
176
+ an_output_name:
177
+ type: stderr
178
179
+ stderr: a_stderr_file
180
181
+ is equivalent to
182
183
184
185
+ type: File
186
+ outputBinding:
187
+ glob: a_stderr_file
188
189
190
191
192
+ If there is no `stderr` name provided, a random filename will be created.
193
194
- name: SchemaBase
195
0 commit comments