Skip to content

Commit 0e29188

Browse files
authored
Merge pull request #35 from tom-tan/fix-record
Fix record.cwl to make section 11 workable for record-job2.yml
2 parents f751673 + d2d5a1f commit 0e29188

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

_includes/cwl/record.cwl

100644100755
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ inputs:
1818
prefix: -B
1919
exclusive_parameters:
2020
type:
21-
type: record
22-
name: itemC
23-
fields:
24-
itemC:
25-
type: string
26-
inputBinding:
27-
prefix: -C
28-
type: record
29-
name: itemD
30-
fields:
31-
itemD:
32-
type: string
33-
inputBinding:
34-
prefix: -D
21+
- type: record
22+
name: itemC
23+
fields:
24+
itemC:
25+
type: string
26+
inputBinding:
27+
prefix: -C
28+
- type: record
29+
name: itemD
30+
fields:
31+
itemD:
32+
type: string
33+
inputBinding:
34+
prefix: -D
3535
outputs: []
3636
baseCommand: echo

0 commit comments

Comments
 (0)