Rapid haploid variant calling
meta:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end
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}
tab
${prefix}/${prefix}.tab:file
A simple tab-separated summary of all the variants
*.tab
csv
${prefix}/${prefix}.csv:file
A comma-separated version of the .tab file
*.csv
html
${prefix}/${prefix}.html:file
A HTML version of the .tab file
*.html
vcf
${prefix}/${prefix}.vcf:file
The final annotated variants in VCF format
*.vcf
bed
${prefix}/${prefix}.bed:file
The variants in BED format
*.bed
gff
${prefix}/${prefix}.gff:file
The variants in GFF3 format
*.gff
bam
${prefix}/${prefix}.bam:file
The alignments in BAM format. Includes unmapped, multimapping reads. Excludes duplicates.
*.bam
bai
${prefix}/${prefix}.bam.bai:file
Index for the .bam file
*.bam.bai
log
${prefix}/${prefix}.log:file
A log file with the commands run and their outputs
*.log
aligned_fa
${prefix}/${prefix}.aligned.fa:file
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:file
A version of the reference genome with all variants instantiated
*.consensus.fa
consensus_subs_fa
${prefix}/${prefix}.consensus.subs.fa:file
A version of the reference genome with only substitution variants instantiated
*.consensus.subs.fa
raw_vcf
${prefix}/${prefix}.raw.vcf:file
The unfiltered variant calls from Freebayes
*.raw.vcf
filt_vcf
${prefix}/${prefix}.filt.vcf:file
The filtered variant calls from Freebayes
*.filt.vcf
vcf_gz
${prefix}/${prefix}.vcf.gz:file
Compressed .vcf file via BGZIP
*.vcf.gz
vcf_csi
${prefix}/${prefix}.vcf.gz.csi:file
Index for the .vcf.gz via bcftools index
*.vcf.gz.csi
txt
${prefix}/${prefix}.txt:file
Tab-separated columnar list of statistics
*.txt
versions
versions.yml:file
File containing software versions
versions.yml
Rapid bacterial SNP calling and core genome alignments