Skip to content

Commit 3984325

Browse files
author
Peter Amstutz
committed
Merge commit '240a3968549c321b43e2375c3078a6c6677dc6d1' into resource-requirement
2 parents 6c0ac5b + 240a396 commit 3984325

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cwltool/schemas/draft-3/cwl-avro.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,11 @@
363363
the designated temporary directory that will be used when executing
364364
the tool. Null if not applicable.
365365
366+
- **resources**: When used in the context of a CommandLineTool, an object
367+
describing the resources allocated to run the tool. These fields are "cores",
368+
"ram", "tmpdir", "outdir". See ResourceRequirement for details.
369+
370+
366371
* On standard output, print a single JSON value (string, number, array, object,
367372
boolean, or null) for the return value.
368373
@@ -2102,4 +2107,4 @@
21022107

21032108
- name: outdirMax
21042109
type: ["null", long, string, "#Expression"]
2105-
doc: Maximum reserved filesystem based storage for the designated output directory, in mebibytes (2**20)
2110+
doc: Maximum reserved filesystem based storage for the designated output directory, in mebibytes (2**20)

0 commit comments

Comments
 (0)