-
Notifications
You must be signed in to change notification settings - Fork 0
/
parliament2_new.cwl
82 lines (79 loc) · 1.42 KB
/
parliament2_new.cwl
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
#!/usr/bin/env cwl-runner
cwlVersion: v1.0
baseCommand: parliament2_tibanna.sh
requirements:
InlineJavascriptRequirement: {}
inputs:
illumina_bam:
type: File
inputBinding:
position: 1
illumina_bai:
type: File
inputBinding:
position: 2
ref_fasta:
type: File
inputBinding:
position: 3
ref_index:
type: File
inputBinding:
position: 4
filter_short_contigs:
type: string
inputBinding:
position: 5
run_breakdancer:
type: string
inputBinding:
position: 6
run_breakseq:
type: string
inputBinding:
position: 7
run_manta:
type: string
inputBinding:
position: 8
run_cnvnator:
type: string
inputBinding:
position: 9
run_lumpy:
type: string
inputBinding:
position: 10
run_delly_deletion:
type: string
inputBinding:
position: 11
run_delly_insertion:
type: string
inputBinding:
position: 12
run_delly_inversion:
type: string
inputBinding:
position: 13
run_delly_duplication:
type: string
inputBinding:
position: 14
run_genotype_candidates:
type: string
inputBinding:
position: 15
sample_name:
type: string
inputBinding:
position: 16
outputs:
result:
type: File
outputBinding:
glob: result.zip
hints:
- dockerPull: aveit/parliament2
class: DockerRequirement
class: CommandLineTool