Skip to content

Commit 0a20493

Browse files
author
bogdang989
committed
Add new requirements to changelog
1 parent c5ee563 commit 0a20493

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CommandLineTool.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,15 @@ $graph:
8686
* Added `InputParameter.loadContents` field. Use of `loadContents` in
8787
`InputBinding` is deprecated; it is preserved for v1.0 backwards
8888
compatability and will be removed in CWL v2.0.
89+
* Added `TimeLimit` feature, allowing to set an upper limit on the
90+
execution time of a CommandLineTool or ExpressionTool.
91+
* Added `WorkReuse` feature, allowing to enable or disable the reuse
92+
behavior for a particular tool or step for implementations that
93+
support reusing output from past work.
94+
* Added `NetworkAccess` feature, allowing to incicate whether a
95+
process requires outgoing network access.
96+
* Added `InplaceUpdateRequirement` feature, allowing tools to directly
97+
update files with `writable: true` in `InitialWorkDirRequirement`.
8998
9099
See also the [CWL Workflow Description, v1.1.0-dev1 changelog](Workflow.html#Changelog).
91100

Workflow.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,15 @@ $graph:
7676
* `secondaryFiles` can now be explicitly marked as `required` or not.
7777
* Add note that undefined details related to execution are left open to
7878
the platform.
79+
* Added `TimeLimit` feature, allowing to set an upper limit on the
80+
execution time of a CommandLineTool or ExpressionTool.
81+
* Added `WorkReuse` feature, allowing to enable or disable the reuse
82+
behavior for a particular tool or step for implementations that
83+
support reusing output from past work.
84+
* Added `NetworkAccess` feature, allowing to incicate whether a
85+
process requires outgoing network access.
86+
* Added `InplaceUpdateRequirement` feature, allowing tools to directly
87+
update files with `writable: true` in `InitialWorkDirRequirement`.
7988
8089
See also the [CWL Command Line Tool Description, v1.1.0-dev1 changelog](CommandLineTool.html#Changelog).
8190

0 commit comments

Comments
 (0)