File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ $graph:
72
72
[error](#stderr) streams as a (streamable) File output.
73
73
* [SoftwareRequirement](#SoftwareRequirement) for describing software
74
74
dependencies of a tool.
75
+ * The common `description` field has been renamed to `doc`.
75
76
76
77
## Purpose
77
78
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ $graph:
38
38
This specification represents the first full release from the CWL group.
39
39
Since draft-3, this draft introduces the following changes and additions:
40
40
41
- * The ' inputs' and ' outputs' fields have been renamed 'in' and ' out' .
41
+ * The ` inputs` and ` outputs` fields have been renamed `in` and ` out` .
42
42
* Syntax simplifcations: denoted by the `map<>` syntax. Example: `in`
43
43
contains a list of items, each with an id. Now one can specify
44
44
a mapping of that identifier to the corresponding
@@ -62,6 +62,7 @@ $graph:
62
62
type: int
63
63
doc: Second input parameter
64
64
```
65
+ * The common field 'description` has been renamed to `doc`.
65
66
66
67
## Purpose
67
68
You can’t perform that action at this time.
0 commit comments