-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconsensus-calling.cwl
More file actions
88 lines (73 loc) · 1.86 KB
/
consensus-calling.cwl
File metadata and controls
88 lines (73 loc) · 1.86 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
#!/usr/bin/env cwl-runner
cwlVersion: v1.0
class: CommandLineTool
id: "ConsensusCalling"
label: "ConsensusCalling"
description: |
This is the ConsensusCalling tool used in the PCAWG project.
ConsensusCalling was created by Jonathan Dursi (jonathan.dursi@sickkids.ca).
This CWL wrapper was created by Solomon Shorser.
For more information about ConsensusCalling, see: https://github.com/ljdursi/consensus_call_docker
dct:creator:
foaf:name: "Solomon Shorser"
foaf:mbox: "solomon.shorser@oicr.on.ca"
dct:contributor:
foaf:name: "Jonathan Dursi"
foaf:mbox: "jonathan.dursi@sickkids.ca"
requirements:
DockerRequirement:
dockerPull: quay.io/ljdursi/consensus_call_docker
EnvVarRequirement:
envDef:
USE_DB_PATH: $(inputs.dbs_dir.path)/annotation_databases
inputs:
variant_type:
type: string
inputBinding:
position: 1
secondaryFiles:
- .tbi
broad_input_file:
type: File
inputBinding:
position: 2
prefix: "-b"
secondaryFiles:
- .tbi
dkfz_embl_input_file:
type: File
inputBinding:
position: 3
prefix: "-d"
secondaryFiles:
- .tbi
muse_input_file:
type: File
inputBinding:
position: 4
prefix: "-m"
secondaryFiles:
- .tbi
sanger_input_file:
type: File
inputBinding:
position: 5
prefix: "-s"
secondaryFiles:
- .tbi
dbs_dir:
type: Directory
arguments:
- prefix: -o
valueFrom: $(runtime.outdir)/$(inputs.output_file_name)
position: 6
outputs:
consensus_zipped_vcf:
type: File
outputBinding:
glob: "$(inputs.output_file_name).gz"
consensus_vcf_index:
type: File
outputBinding:
glob: "$(inputs.output_file_name).gz.tbi"
baseCommand: consensus