aboutsummaryrefslogtreecommitdiff
path: root/workflows/pangenome-generate/dups2metadata.cwl
blob: cf54675f0011ca8058c15620679e21a71e10d414 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
cwlVersion: v1.1
class: CommandLineTool
baseCommand: python
inputs:
  script:
    type: File
    default:
      class: File
      location: dups2metadata.py
    inputBinding: {position: 1}
  metadata:
    type: File
    inputBinding: {position: 2}
  dups:
    type: File?
    inputBinding: {position: 3}
stdout: mergedmetadata.ttl
outputs:
  merged: stdout