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:
5858 * Clarified application of input parameter default values when the input is `null` or undefined.
5959 * Clarified valid types and meaning of the format field on inputs versus outputs
6060 * Clarify that command line arguments must not interpreted as shell except when shellQuote: false
61+ * Clarify behavior of `entryname`
6162
6263 Since draft-3, v1.0 introduces the following changes and additions
6364 to the CWL Command Line Tool standard:
@@ -750,7 +751,8 @@ $graph:
750751 _id : cwl:entryname
751752 doc : |
752753 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.
754756 - name : entry
755757 type : [string, Expression]
756758 jsonldPredicate :
You can’t perform that action at this time.
0 commit comments