Skip to content

Commit cc537b8

Browse files
committed
set cwlVersion as mandatory for draft-4
1 parent 80e0465 commit cc537b8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

draft-4/Process.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,8 +715,7 @@ $graph:
715715
doc: "A long, human-readable description of this process object."
716716
- name: cwlVersion
717717
type:
718-
- "null"
719-
- "#CWLVersions"
718+
- CWLVersions
720719
doc: "CWL document version"
721720
jsonldPredicate:
722721
"_id": "cwl:cwlVersion"

draft-4/invocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ not perform computation on the contents.
109109
* `runtime.outdir`: an absolute path to the designated output directory
110110
* `runtime.tmpdir`: an absolute path to the designated temporary directory
111111
* `runtime.cores`: number of CPU cores reserved for the tool process
112-
* `runtime.ram`: amount of RAM in mebibytes (2**20) reserved for the tool process
112+
* `runtime.ram`: amount of RAM in mebibytes (2\*\*20) reserved for the tool process
113113
* `runtime.outdirSize`: reserved storage space available in the designated output directory
114114
* `runtime.tmpdirSize`: reserved storage space available in the designated temporary directory
115115

0 commit comments

Comments
 (0)