Description

Query a structural variant database, using a vcf file as query

Input

name:type
description
pattern

meta{:bash}

:map

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

vcf{:bash}

:file

query vcf file

*.{vcf,vcf.gz}

in_occs{:bash}

:list

A list of allele count tags

in_frqs{:bash}

:list

A list of allele frequency tags

out_occs{:bash}

:list

A list of allele count tags

out_frqs{:bash}

:list

A list of allele frequency tags

vcf_dbs{:bash}

:file

path to a database vcf, or a comma separated list of vcfs

*.{vcf,vcf.gz}

bedpe_dbs{:bash}

:file

path to a SV database of the following format chrA-posA-chrB-posB-type-count-frequency, or a comma separated list of files

*.{bedpe}

Output

name:type
description
pattern

vcf{:bash}

meta{:bash}

:map

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

*_query.vcf{:bash}

:file

Annotated output VCF file

*_query.vcf

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools