forked from nf-core/sarek
-
Notifications
You must be signed in to change notification settings - Fork 2
/
meta.yml
139 lines (139 loc) · 4.39 KB
/
meta.yml
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
name: manta_germline
description: Manta calls structural variants (SVs) and indels from mapped paired-end
sequencing reads. It is optimized for analysis of germline variation in small sets
of individuals and somatic variation in tumor/normal sample pairs.
keywords:
- somatic
- wgs
- wxs
- panel
- vcf
- structural variants
- small indels
tools:
- manta:
description: Structural variant and indel caller for mapped sequencing data
homepage: https://github.com/Illumina/manta
documentation: https://github.com/Illumina/manta/blob/v1.6.0/docs/userGuide/README.md
tool_dev_url: https://github.com/Illumina/manta
doi: "10.1093/bioinformatics/btv710"
licence: ["GPL v3"]
identifier: biotools:manta_sv
input:
- - meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- input:
type: file
description: BAM/CRAM/SAM file. For joint calling use a list of files.
pattern: "*.{bam,cram,sam}"
- index:
type: file
description: BAM/CRAM/SAM index file. For joint calling use a list of files.
pattern: "*.{bai,crai,sai}"
- target_bed:
type: file
description: BED file containing target regions for variant calling
pattern: "*.{bed}"
- target_bed_tbi:
type: file
description: Index for BED file containing target regions for variant calling
pattern: "*.{bed.tbi}"
- - meta2:
type: map
description: |
Groovy Map containing reference information
e.g. [ id:'genome' ]
- fasta:
type: file
description: Genome reference FASTA file
pattern: "*.{fa,fasta}"
- - meta3:
type: map
description: |
Groovy Map containing reference information
e.g. [ id:'genome' ]
- fai:
type: file
description: Genome reference FASTA index file
pattern: "*.{fa.fai,fasta.fai}"
- - config:
type: file
description: Manta configuration file
pattern: "*.{ini,conf,config}"
output:
- candidate_small_indels_vcf:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- "*candidate_small_indels.vcf.gz":
type: file
description: Gzipped VCF file containing variants
pattern: "*.{vcf.gz}"
- candidate_small_indels_vcf_tbi:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- "*candidate_small_indels.vcf.gz.tbi":
type: file
description: Index for gzipped VCF file containing variants
pattern: "*.{vcf.gz.tbi}"
- candidate_sv_vcf:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- "*candidate_sv.vcf.gz":
type: file
description: Gzipped VCF file containing variants
pattern: "*.{vcf.gz}"
- candidate_sv_vcf_tbi:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- "*candidate_sv.vcf.gz.tbi":
type: file
description: Index for gzipped VCF file containing variants
pattern: "*.{vcf.gz.tbi}"
- diploid_sv_vcf:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- "*diploid_sv.vcf.gz":
type: file
description: Gzipped VCF file containing variants
pattern: "*.{vcf.gz}"
- diploid_sv_vcf_tbi:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- "*diploid_sv.vcf.gz.tbi":
type: file
description: Index for gzipped VCF file containing variants
pattern: "*.{vcf.gz.tbi}"
- versions:
- versions.yml:
type: file
description: File containing software versions
pattern: "versions.yml"
authors:
- "@maxulysse"
- "@ramprasadn"
- "@nvnieuwk"
maintainers:
- "@maxulysse"
- "@ramprasadn"
- "@nvnieuwk"