Description

Obtains per-sample observations for the actual calling process with varlociraptor calls

Input

name:type
description
pattern

meta:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

bam:file

Sorted BAM/CRAM/SAM file

*.{bam,cram,sam}

bai:file

Index of the BAM/CRAM/SAM file

*.{bai,crai,sai}

candidates:file

Sorted BCF/VCF file

*.{bcf,vcf,vcf.gz}

alignment_json:file

File containing alignment properties obtained with varlociraptor/estimatealignmentproperties

*.json

meta2:map

Groovy Map containing reference information e.g. [ id:‘test’, single_end:false ]

fasta:file

Reference fasta file

*.{fasta}

meta3:map

Groovy Map containing reference index information e.g. [ id:‘test’, single_end:false ]

fai:file

Index for reference fasta file (must be with samtools index)

*.{fai}

Output

name:type
description
pattern

bcf

meta:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.bcf:file

BCF file containing sample observations

*.bcf

versions

versions.yml:file

File containing software versions

versions.yml

Tools

varlociraptor
GPL v3

Flexible, uncertainty-aware variant calling with parameter free filtration via FDR control.