nf-core/snippy/run @ 0.0.0-6c4ed3a
Summary
Rapid haploid variant calling
Get started
Add the following snippet to your workflow script to include this module.
include { SNIPPY_RUN } from 'nf-core/snippy/run'
License
MIT License
Name
|
SNIPPY_RUN |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
reads
file
|
List of input FastQ files of size 1 and 2 for single-end and paired-end data, respectively. *.{fq,fastq,fq.gz,fastq.gz}
|
reference
file
|
Reference genome in FASTA format *.{fasta,fna,fa}
|
|---|
bai
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/${prefix}.bam.bai
file
|
Index for the .bam file *.bam.bai
|
bam
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/${prefix}.bam
file
|
The alignments in BAM format. Includes unmapped, multimapping reads. Excludes duplicates. *.bam
|
bed
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/${prefix}.bed
file
|
The variants in BED format *.bed
|
csv
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/${prefix}.csv
file
|
A comma-separated version of the .tab file *.csv
|
gff
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/${prefix}.gff
file
|
The variants in GFF3 format *.gff
|
log
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/${prefix}.log
file
|
A log file with the commands run and their outputs *.log
|
tab
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/${prefix}.tab
file
|
A simple tab-separated summary of all the variants *.tab
|
txt
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/${prefix}.txt
file
|
Tab-separated columnar list of statistics *.txt
|
vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/${prefix}.vcf
file
|
The final annotated variants in VCF format *.vcf
|
html
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/${prefix}.html
file
|
A HTML version of the .tab file *.html
|
vcf_gz
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/${prefix}.vcf.gz
file
|