nf-core/vcftools @ 0.0.0-6c4ed3a
Summary
A set of tools written in Perl and C++ for working with VCF files
Get started
Add the following snippet to your workflow script to include this module.
include { VCFTOOLS } from 'nf-core/vcftools'
License
MIT License
Name
|
VCFTOOLS |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
variant_file
file
|
variant input file which can be vcf, vcf.gz, or bcf format. |
bed
file
|
bed file which can be used with different arguments in vcftools (optional) |
|---|
diff_variant_file
file
|
secondary variant file which can be used with the 'diff' suite of tools (optional) |
|---|
bcf
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.bcf
file
|
bcf file (optional) *.bcf
|
frq
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.frq
file
|
Allele frequency for each site (optional) *.frq
|
hwe
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.hwe
file
|
Contains the Observed numbers of Homozygotes and Heterozygotes and the corresponding Expected numbers under HWE (optional) *.hwe
|
ped
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.ped
file
|
output the genotype data in PLINK PED format (optional) *.ped
|
vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.vcf
file
|
vcf file (optional) *.vcf
|
info
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.INFO
file
|
Extracted information from the INFO field in the VCF file (optional) *.INFO
|
lroh
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.LROH
file
|
Long Runs of Homozygosity (optional) *.LROH
|
map_
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.map
file
|
output the genotype data in PLINK PED format (optional) *.map
|
tfam
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.tfam
file
|
output the genotype data in PLINK PED format (optional) *.tfam
|
tped
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.tped
file
|
output the genotype data in PLINK PED format (optional) *.tped
|
tstv
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.TsTv
file
|