Skip to content

Commit b74ff17

Browse files
committed
document changes in draft-4 for CLTs
1 parent 6927b87 commit b74ff17

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

draft-4/CommandLineTool.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,16 @@ $graph:
4141
This specification represents the fourth milestone of the CWL group.
4242
Since draft-3, this draft introduces the following changes and additions:
4343
44-
* Preliminary support for initialWorkDir & the Directory type
44+
* The [Directory](#Directory) type.
4545
* "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
4754
4855
## Purpose
4956

0 commit comments

Comments
 (0)