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