Rapid haploid variant calling
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
Reference genome in FASTA format
*.{fasta,fna,fa}
tab
${prefix}/${prefix}.tab
A simple tab-separated summary of all the variants
*.tab
csv
${prefix}/${prefix}.csv
A comma-separated version of the .tab file
*.csv
html
${prefix}/${prefix}.html
A HTML version of the .tab file
*.html
vcf
${prefix}/${prefix}.vcf
The final annotated variants in VCF format
*.vcf
bed
${prefix}/${prefix}.bed
The variants in BED format
*.bed
gff
${prefix}/${prefix}.gff
The variants in GFF3 format
*.gff
bam
${prefix}/${prefix}.bam
The alignments in BAM format. Includes unmapped, multimapping reads. Excludes duplicates.
*.bam
bai
${prefix}/${prefix}.bam.bai
Index for the .bam file
*.bam.bai
log
${prefix}/${prefix}.log
A log file with the commands run and their outputs
*.log
aligned_fa
${prefix}/${prefix}.aligned.fa
A version of the reference but with - at position with depth=0 and N for 0 < depth < —mincov (does not have variants)
*.aligned.fa
consensus_fa
${prefix}/${prefix}.consensus.fa
A version of the reference genome with all variants instantiated
*.consensus.fa
consensus_subs_fa
${prefix}/${prefix}.consensus.subs.fa
A version of the reference genome with only substitution variants instantiated
*.consensus.subs.fa
raw_vcf
${prefix}/${prefix}.raw.vcf
The unfiltered variant calls from Freebayes
*.raw.vcf
filt_vcf
${prefix}/${prefix}.filt.vcf
The filtered variant calls from Freebayes
*.filt.vcf
vcf_gz
${prefix}/${prefix}.vcf.gz
Compressed .vcf file via BGZIP
*.vcf.gz
vcf_csi
${prefix}/${prefix}.vcf.gz.csi
Index for the .vcf.gz via bcftools index
*.vcf.gz.csi
txt
${prefix}/${prefix}.txt
Tab-separated columnar list of statistics
*.txt
versions
versions.yml
File containing software versions
Rapid bacterial SNP calling and core genome alignments