File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ $graph:
44
44
- cwl:File
45
45
- cwl:Directory
46
46
doc :
47
- - " Extends primitive types with the concept of a file as a first class type."
47
+ - " Extends primitive types with the concept of a file and directory as a builtin type."
48
48
- " File: A File object"
49
49
- " Directory: A Directory object"
50
50
Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ elements. Strings are sorted lexicographically based on UTF-8 encoding.
50
50
51
51
All files listed in the input object must be made available in the runtime
52
52
environment. The implementation may use a shared or distributed file
53
- system or transfer files via explicit download. Implementations may choose
54
- not to provide access to files not explicitly specified in the input object
55
- or process requirements.
53
+ system or transfer files via explicit download to the host. Implementations
54
+ may choose not to provide access to files not explicitly specified in the input
55
+ object or process requirements.
56
56
57
57
Output files produced by tool execution must be written to the ** designated
58
58
output directory** . The initial current working directory when executing
You can’t perform that action at this time.
0 commit comments