File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -434,8 +434,9 @@ $graph:
434
434
doc : |
435
435
A path to a file whose contents must be piped into the command's
436
436
standard input stream.
437
- - name : " https://w3id.org/cwl/cwl#CommandLineTool/ stderr"
437
+ - name : stderr
438
438
type : ["null", string, "#Expression"]
439
+ jsonldPredicate : " https://w3id.org/cwl/cwl#stderr"
439
440
doc : |
440
441
Capture the command's standard error stream to a file written to
441
442
the designated output directory.
@@ -448,6 +449,7 @@ $graph:
448
449
characters (such as the path separator `/`) it is an error.
449
450
- name : stdout
450
451
type : ["null", string, "#Expression"]
452
+ jsonldPredicate : " https://w3id.org/cwl/cwl#stdout"
451
453
doc : |
452
454
Capture the command's standard output stream to a file written to
453
455
the designated output directory.
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ $graph:
140
140
141
141
- name : CWLStdOut
142
142
type : enum
143
- symbols : [ stdout ]
143
+ symbols : [ "cwl: stdout" ]
144
144
doc : |
145
145
Only valid as a `type` for an output.
146
146
@@ -168,7 +168,7 @@ $graph:
168
168
169
169
- name : CWLStdErr
170
170
type : enum
171
- symbols : [ stderr ]
171
+ symbols : [ "cwl: stderr" ]
172
172
doc : |
173
173
Only valid as a `type` for an output.
174
174
You can’t perform that action at this time.
0 commit comments