File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 11041104 path : Any
11051105 tool : v1.0/basename-fields-test.cwl
11061106 doc : Test that nameroot and nameext are generated from basename at execution time by the runner
1107+
1108+ - job : v1.0/wc-job.json
1109+ output : {}
1110+ tool : v1.0/initialwork-path.cwl
1111+ doc : Test that file path in $(inputs) for initialworkdir is in $(outdir).
Original file line number Diff line number Diff line change 1+ class: CommandLineTool
2+ cwlVersion: v1.0
3+ requirements :
4+ InitialWorkDirRequirement:
5+ listing :
6+ - entry : $(inputs.file1)
7+ entryname : bob.txt
8+ ShellCommandRequirement: {}
9+ inputs :
10+ file1: File
11+ outputs : []
12+ arguments :
13+ - shellQuote : false
14+ valueFrom : |
15+ test "$(inputs. file1. path)" = "$(runtime. outdir)/bob. txt"
You can’t perform that action at this time.
0 commit comments