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 52f6411 commit 24a611dCopy full SHA for 24a611d
draft-4/CommandLineTool.yml
@@ -434,7 +434,7 @@ $graph:
434
doc: |
435
A path to a file whose contents must be piped into the command's
436
standard input stream.
437
- - name: stderr
+ - name: "https://w3id.org/cwl/cwl#CommandLineTool/stderr"
438
type: ["null", string, "#Expression"]
439
440
Capture the command's standard error stream to a file written to
draft-4/Process.yml
@@ -265,8 +265,8 @@ $graph:
265
type:
266
- "null"
267
- "#CWLType"
268
- - "#stdout"
269
- - "#stderr"
+ - "https://w3id.org/cwl/cwl#stdout"
+ - "https://w3id.org/cwl/cwl#stderr"
270
- "sld:RecordSchema"
271
- "sld:EnumSchema"
272
- "sld:ArraySchema"
0 commit comments