Description

Filter a vcf file based on size and/or regions to ignore

Input

Name (Type)
Description
Pattern

meta (map)

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

]

vcf (file)

VCF file to filter

*.{vcf}

bed (file)

BED file with regions to ignore (NA to disable)

minsv (integer)

Min SV size (-1 to disable)

maxsv (integer)

Max SV size (-1 to disable)

minallelefreq (float)

Min allele frequency (0-1)

minnumreads (integer)

Min number of reads support [RE flag (-1 to disable)]

Output

Name (Type)
Description
Pattern

meta (map)

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

]

versions (file)

File containing software versions

versions.yml

vcf (file)

Filtered VCF file

*.{vcf}