File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ $graph:
58
58
* Clarified application of input parameter default values when the input is `null` or undefined.
59
59
* Clarified valid types and meaning of the format field on inputs versus outputs
60
60
* Clarify that command line arguments must not interpreted as shell except when shellQuote: false
61
+ * Clarify behavior of `entryname`
61
62
62
63
Since draft-3, v1.0 introduces the following changes and additions
63
64
to the CWL Command Line Tool standard:
@@ -750,7 +751,8 @@ $graph:
750
751
_id : cwl:entryname
751
752
doc : |
752
753
The name of the file or subdirectory to create in the output directory.
753
- If `entry` is a File or Directory, this overrides `basename`. Optional.
754
+ If `entry` is a File or Directory, the `entryname` field overrides the value
755
+ of `basename` of the File or Directory object. Optional.
754
756
- name : entry
755
757
type : [string, Expression]
756
758
jsonldPredicate :
You can’t perform that action at this time.
0 commit comments