File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,16 @@ $graph:
41
41
This specification represents the fourth milestone of the CWL group.
42
42
Since draft-3, this draft introduces the following changes and additions:
43
43
44
- * Preliminary support for initialWorkDir & the Directory type
44
+ * The [ Directory](#Directory) type.
45
45
* "id: name" is now just "name"; "class: Classname" is now just
46
- "Classtname".
46
+ "Classname".
47
+ * [InitialWorkDirRequirement](#InitialWorkDirRequirement): list of
48
+ files and subdirectories to be present in the output directory prior
49
+ to execution.
50
+ * Shortcuts for specifying the standard [output](#stdout) and/or
51
+ [error](#stderr) streams as a (streamable) File output.
52
+ * SoftwareRequirement: a lightweight method of describing software
53
+ dependencies
47
54
48
55
## Purpose
49
56
You can’t perform that action at this time.
0 commit comments