aboutsummaryrefslogtreecommitdiff
path: root/workflows/phylogeny/awk-coverage.cwl
blob: f7a357f938a08b58b3b2dea002831163b7e1b043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/env cwl-runner

cwlVersion: v1.1
class: CommandLineTool

baseCommand: awk

inputs:
  consensus_regex:
    type: string
    inputBinding:
        position: 1

  coverage_tsv:
    type: File
    inputBinding:
        position: 2
 
outputs:
  awk_coverage_matrix:
    type: stdout

stdout: coverage.no_consensus.tsv