Skip to content

Commit 4afaff7

Browse files
author
Peter Amstutz
committed
Add note that files in InitialWorkDir must have path in output directory.
1 parent 05c11fa commit 4afaff7

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

v1.0/CommandLineTool.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,13 @@ $graph:
789789
May be an expression. If so, the expression return value must validate
790790
as `{type: array, items: [File, Directory]}`.
791791
792+
Files or Directories which are listed in the input parameters and
793+
appear in the `InitialWorkDirRequirement` listing must have their
794+
`path` set to their staged location in the designated output directory.
795+
If the same File or Directory appears more than once in the
796+
`InitialWorkDirRequirement` listing, the implementation must choose
797+
exactly one value for `path`; how this value is chosen is undefined.
798+
792799
793800
- name: EnvVarRequirement
794801
type: record

v1.1.0-dev1/CommandLineTool.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,13 @@ $graph:
840840
May be an expression. If so, the expression return value must validate
841841
as `{type: array, items: [File, Directory]}`.
842842
843+
Files or Directories which are listed in the input parameters and
844+
appear in the `InitialWorkDirRequirement` listing must have their
845+
`path` set to their staged location in the designated output directory.
846+
If the same File or Directory appears more than once in the
847+
`InitialWorkDirRequirement` listing, the implementation must choose
848+
exactly one value for `path`; how this value is chosen is undefined.
849+
843850
844851
- name: EnvVarRequirement
845852
type: record

0 commit comments

Comments
 (0)