File tree Expand file tree Collapse file tree 4 files changed +11
-12
lines changed
Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -632,10 +632,11 @@ $graph:
632632 - name : entryname
633633 type : [string, Expression]
634634 jsonldPredicate :
635- " _id " : cwl:entryname
635+ _id : cwl:entryname
636636 - name : entry
637637 type : [string, Expression]
638- " _id " : cwl:entry
638+ jsonldPredicate :
639+ _id : cwl:entry
639640
640641
641642- name : InitialWorkDirRequirement
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ cwlVersion: cwl:draft-4.dev3
33baseCommand : "true"
44requirements :
55 CreateFileRequirement:
6- fileDef :
7- - filename : $(inputs.newname)
8- fileContent : $(inputs.srcfile)
6+ listing :
7+ - entryname : $(inputs.newname)
8+ entry : $(inputs.srcfile)
99inputs :
1010 srcfile: File
1111 newname: string
Original file line number Diff line number Diff line change 77 - valueFrom : input.txt
88 position : 1
99 requirements :
10- - class: CreateFileRequirement
11- fileDef:
12- - filename: input.txt
13- fileContent: $(inputs.file)
10+ - class: InitialWorkDirRequirement
11+ listing :
12+ input.txt: $(inputs.file)
1413 - class: InlineJavascriptRequirement
1514
1615 inputs :
Original file line number Diff line number Diff line change @@ -9,9 +9,8 @@ requirements:
99 - { $include: underscore.js }
1010 - "var t = function(s) { return _. template(s)({'inputs': inputs}); };"
1111 - class: CreateFileRequirement
12- fileDef:
13- - filename: foo.txt
14- fileContent: >
12+ listing :
13+ foo.txt: >
1514 $(t("The file is <%= inputs. file1. path. split('/'). slice(-1)[0] %>\n" ))
1615inputs :
1716 - id : file1
You can’t perform that action at this time.
0 commit comments