File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -715,8 +715,7 @@ $graph:
715
715
doc : " A long, human-readable description of this process object."
716
716
- name : cwlVersion
717
717
type :
718
- - " null"
719
- - " #CWLVersions"
718
+ - CWLVersions
720
719
doc : " CWL document version"
721
720
jsonldPredicate :
722
721
" _id " : " cwl:cwlVersion"
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ not perform computation on the contents.
109
109
* ` runtime.outdir ` : an absolute path to the designated output directory
110
110
* ` runtime.tmpdir ` : an absolute path to the designated temporary directory
111
111
* ` 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
113
113
* ` runtime.outdirSize ` : reserved storage space available in the designated output directory
114
114
* ` runtime.tmpdirSize ` : reserved storage space available in the designated temporary directory
115
115
You can’t perform that action at this time.
0 commit comments