We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5239b16 commit 9dfbb8eCopy full SHA for 9dfbb8e
draft-4/draft-4/rename.cwl
@@ -2,7 +2,7 @@ class: CommandLineTool
2
cwlVersion: cwl:draft-4.dev3
3
baseCommand: "true"
4
requirements:
5
- CreateFileRequirement:
+ InitialWorkDirRequirement:
6
listing:
7
- entryname: $(inputs.newname)
8
entry: $(inputs.srcfile)
draft-4/draft-4/template-tool.cwl
@@ -8,7 +8,7 @@ requirements:
expressionLib:
9
- { $include: underscore.js }
10
- "var t = function(s) { return _.template(s)({'inputs': inputs}); };"
11
- - class: CreateFileRequirement
+ - class: InitialWorkDirRequirement
12
13
foo.txt: >
14
$(t("The file is <%= inputs.file1.path.split('/').slice(-1)[0] %>\n"))
0 commit comments