nf-core/bcftools/convert @ 0.0.0-6c4ed3a
Summary
Converts certain output formats to VCF
Get started
Add the following snippet to your workflow script to include this module.
include { BCFTOOLS_CONVERT } from 'nf-core/bcftools/convert'
License
MIT License
Name
|
BCFTOOLS_CONVERT |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
input
file
|
The input format. Each format needs a separate parameter to be specified in the
*.{gen,sample,g.vcf,hap,legend}{.gz,}
|
input_index
file
|
(Optional) The index for the input files, if needed *.bed
|
meta2
map
|
Groovy Map containing reference information e.g. [ id:'genome' ] |
|---|---|
fasta
file
|
(Optional) The reference fasta, only needed for gVCF conversion *.{fa,fasta}
|
bed
file
|
(Optional) The BED file containing the regions for the VCF file *.bed
|
|---|
bcf
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.bcf
file
|
BCF merged output file => when *.bcf
|
csi
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.csi
file
|
Default VCF file index *.csi
|
hap
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.hap.gz
file
|
hap format used by IMPUTE2 and SHAPEIT *.hap.gz
|
tbi
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.tbi
file
|
Alternative VCF file index *.tbi
|
vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.vcf
file
|
VCF merged output file => when *.vcf
|
bcf_gz
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.bcf.gz
file
|
BCF merged output file (bgzipped) => when *.bcf.gz
|
legend
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.legend.gz
file
|
legend format used by IMPUTE2 and SHAPEIT *.legend.gz
|
vcf_gz
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.vcf.gz
file
|
VCF merged output file (bgzipped) => when *.vcf.gz
|
samples
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.samples
file
|
samples format used by IMPUTE2 and SHAPEIT *.samples
|