aboutsummaryrefslogtreecommitdiff
path: root/workflows/phylogeny/coverage.cwl
blob: ed706ca365b1d52dffed4216ab4ea1e0da45342c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#!/usr/bin/env cwl-runner

cwlVersion: v1.1

class: CommandLineTool
baseCommand: odgi

inputs:
  odgi_paths:
    type: string
    inputBinding:
      position: 1

  odgi_graph:
    type: File
    inputBinding:
        position: 2
        prefix: -i

  haplotypes:
    type: boolean
    inputBinding:
      position: 4
      prefix: -H

  threads:
    type: int
    inputBinding:
        position: 5
        prefix: -t

outputs:
  coverage_matrix:
    type: stdout

stdout: coverage.tsv