File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -86,14 +86,14 @@ $graph:
86
86
* Added `InputParameter.loadContents` field. Use of `loadContents` in
87
87
`InputBinding` is deprecated; it is preserved for v1.0 backwards
88
88
compatability and will be removed in CWL v2.0.
89
- * Added `TimeLimit` feature, allowing to set an upper limit on the
89
+ * [ Added](#TimeLimit) `TimeLimit` feature, allowing to set an upper limit on the
90
90
execution time of a CommandLineTool or ExpressionTool.
91
- * Added `WorkReuse` feature, allowing to enable or disable the reuse
91
+ * [ Added](#WorkReuse) `WorkReuse` feature, allowing to enable or disable the reuse
92
92
behavior for a particular tool or step for implementations that
93
93
support reusing output from past work.
94
- * Added `NetworkAccess` feature, allowing to incicate whether a
94
+ * [ Added](#NetworkAccess) `NetworkAccess` feature, allowing to indicate whether a
95
95
process requires outgoing network access.
96
- * Added `InplaceUpdateRequirement` feature, allowing tools to directly
96
+ * [ Added](#InplaceUpdateRequirement) `InplaceUpdateRequirement` feature, allowing tools to directly
97
97
update files with `writable: true` in `InitialWorkDirRequirement`.
98
98
99
99
See also the [CWL Workflow Description, v1.1.0-dev1 changelog](Workflow.html#Changelog).
Original file line number Diff line number Diff line change @@ -76,14 +76,14 @@ $graph:
76
76
* `secondaryFiles` can now be explicitly marked as `required` or not.
77
77
* Add note that undefined details related to execution are left open to
78
78
the platform.
79
- * Added `TimeLimit` feature, allowing to set an upper limit on the
79
+ * [ Added](#TimeLimit) `TimeLimit` feature, allowing to set an upper limit on the
80
80
execution time of a CommandLineTool or ExpressionTool.
81
- * Added `WorkReuse` feature, allowing to enable or disable the reuse
81
+ * [ Added](#WorkReuse) `WorkReuse` feature, allowing to enable or disable the reuse
82
82
behavior for a particular tool or step for implementations that
83
83
support reusing output from past work.
84
- * Added `NetworkAccess` feature, allowing to incicate whether a
84
+ * [ Added](#NetworkAccess) `NetworkAccess` feature, allowing to indicate whether a
85
85
process requires outgoing network access.
86
- * Added `InplaceUpdateRequirement` feature, allowing tools to directly
86
+ * [ Added](#InplaceUpdateRequirement) `InplaceUpdateRequirement` feature, allowing tools to directly
87
87
update files with `writable: true` in `InitialWorkDirRequirement`.
88
88
89
89
See also the [CWL Command Line Tool Description, v1.1.0-dev1 changelog](CommandLineTool.html#Changelog).
You can’t perform that action at this time.
0 commit comments