Skip to content

Commit 28cdbec

Browse files
author
Peter Amstutz
committed
Clarify behavior of entryname
1 parent 1c57443 commit 28cdbec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

v1.0/CommandLineTool.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)