Skip to content

Commit db11e6e

Browse files
committed
last edits
1 parent fa84959 commit db11e6e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

v1.0/Process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $graph:
4444
- cwl:File
4545
- cwl:Directory
4646
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."
4848
- "File: A File object"
4949
- "Directory: A Directory object"
5050

v1.0/invocation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ elements. Strings are sorted lexicographically based on UTF-8 encoding.
5050

5151
All files listed in the input object must be made available in the runtime
5252
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.
5656

5757
Output files produced by tool execution must be written to the **designated
5858
output directory**. The initial current working directory when executing

0 commit comments

Comments
 (0)