Skip to content

Commit

Permalink
Merge pull request #35 from tom-tan/fix-record
Browse files Browse the repository at this point in the history
Fix record.cwl to make section 11 workable for record-job2.yml
  • Loading branch information
tobyhodges committed Nov 28, 2017
2 parents f751673 + d2d5a1f commit 0e29188
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions _includes/cwl/record.cwl
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ inputs:
prefix: -B
exclusive_parameters:
type:
type: record
name: itemC
fields:
itemC:
type: string
inputBinding:
prefix: -C
type: record
name: itemD
fields:
itemD:
type: string
inputBinding:
prefix: -D
- type: record
name: itemC
fields:
itemC:
type: string
inputBinding:
prefix: -C
- type: record
name: itemD
fields:
itemD:
type: string
inputBinding:
prefix: -D
outputs: []
baseCommand: echo

0 comments on commit 0e29188

Please sign in to comment.