nf-core/multivcfanalyzer @ 0.0.0-6c4ed3a
Summary
SNP table generator from GATK UnifiedGenotyper with functionality geared for aDNA
Get started
Add the following snippet to your workflow script to include this module.
include { MULTIVCFANALYZER } from 'nf-core/multivcfanalyzer'
License
MIT License
Name
|
MULTIVCFANALYZER |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
vcfs
file
|
One or a list of gzipped or uncompressed VCF file *.vcf
|
meta2
map
|
Groovy Map containing sample information e.g. |
|---|---|
fasta
file
|
Reference genome VCF was generated against *.{fasta,fna,fa}
|
meta3
map
|
Groovy Map containing sample information e.g. |
|---|---|
snpeff_results
file
|
Results from snpEff in txt format (Optional) *.txt
|
meta4
map
|
Groovy Map containing sample information e.g. |
|---|---|
gff
file
|
GFF file corresponding to reference genome fasta (Optional) *.gff
|
allele_freqs
boolean
|
Whether to include the percentage of reads a given allele is present in in the SNP table. |
|---|
genotype_quality
integer
|
Minimum GATK genotyping threshold threshold of which a SNP call falling under is 'discarded' |
|---|
coverage
integer
|
Minimum number of a reads that a position must be covered by to be reported |
|---|
homozygous_freq
integer
|
Fraction of reads a base must have to be called 'homozygous' |
|---|
heterozygous_freq
integer
|
Fraction of which whereby if a call falls above this value, and lower than the homozygous threshold, a base will be called 'heterozygous'. |
|---|
meta5
map
|
Groovy Map containing sample information e.g. |
|---|---|
gff_exclude
file
|
file listing positions that will be 'filtered' (i.e. ignored) (Optional) *.vcf
|
json
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
*MultiVCFAnalyzer.json
file
|
Summary statistics in MultiQC JSON format .json
|
info_txt
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
*info.txt
file
|
Information about the run .txt
|
snptable
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
*snpTable.tsv
file
|
Basic SNP table of combined positions taken from each VCF file .tsv
|
snp_alignment
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
*snpAlignment.fasta.gz
file
|
A fasta file of just SNP positions with samples only .fasta.gz
|
snpstatistics
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
*snpStatistics.tsv
file
|