Skip to content

Commit 52f6411

Browse files
committed
extend doc to stderr psuedotype
1 parent 9d0fbe0 commit 52f6411

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

draft-4/Process.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,29 @@ $graph:
167167
168168
- name: stderr
169169
type: record
170-
doc: Only valid as a `type` for an output.
170+
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+
outputs:
184+
an_output_name:
185+
type: File
186+
outputBinding:
187+
glob: a_stderr_file
188+
189+
stderr: a_stderr_file
190+
```
191+
192+
If there is no `stderr` name provided, a random filename will be created.
171193
172194
- name: SchemaBase
173195
type: record

0 commit comments

Comments
 (0)