Skip to content

Commit b1e740e

Browse files
committed
bind and order the tool and jobfiles
1 parent 81bd8de commit b1e740e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

draft-3/cwl-runner.cwl

+4
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@ inputs:
2121

2222
- id: toolfile
2323
type: File
24+
inputBinding:
25+
- position: 1
2426

2527
- id: jobfile
2628
type: File
29+
inputBinding:
30+
- position: 2
2731

2832
- id: conformance-test
2933
type: bool

0 commit comments

Comments
 (0)