Skip to content

Commit 0ba703d

Browse files
committed
jsonldPredicate did it!
1 parent a5a7516 commit 0ba703d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

draft-4/CommandLineTool.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,9 @@ $graph:
434434
doc: |
435435
A path to a file whose contents must be piped into the command's
436436
standard input stream.
437-
- name: "https://w3id.org/cwl/cwl#CommandLineTool/stderr"
437+
- name: stderr
438438
type: ["null", string, "#Expression"]
439+
jsonldPredicate: "https://w3id.org/cwl/cwl#stderr"
439440
doc: |
440441
Capture the command's standard error stream to a file written to
441442
the designated output directory.
@@ -448,6 +449,7 @@ $graph:
448449
characters (such as the path separator `/`) it is an error.
449450
- name: stdout
450451
type: ["null", string, "#Expression"]
452+
jsonldPredicate: "https://w3id.org/cwl/cwl#stdout"
451453
doc: |
452454
Capture the command's standard output stream to a file written to
453455
the designated output directory.

draft-4/Process.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ $graph:
140140

141141
- name: CWLStdOut
142142
type: enum
143-
symbols: [ stdout ]
143+
symbols: [ "cwl:stdout" ]
144144
doc: |
145145
Only valid as a `type` for an output.
146146
@@ -168,7 +168,7 @@ $graph:
168168
169169
- name: CWLStdErr
170170
type: enum
171-
symbols: [ stderr ]
171+
symbols: [ "cwl:stderr" ]
172172
doc: |
173173
Only valid as a `type` for an output.
174174

0 commit comments

Comments
 (0)