Description

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

Input

name:type
description
pattern

meta{:bash}

:map

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

vcf_file{:bash}

:file

VCF file to filter

bed{:bash}

:file

BED file with regions to ignore (NA to disable)

minsv{:bash}

:integer

Min SV size (-1 to disable)

maxsv{:bash}

:integer

Max SV size (-1 to disable)

minallelefreq{:bash}

:float

Min allele frequency (0-1)

minnumreads{:bash}

:integer

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

Output

name:type
description
pattern

vcf{:bash}

meta{:bash}

:map

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

*.vcf{:bash}

:file

Filtered VCF file

*.{vcf}

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml