Description

Report multiple stats over a VCF file

Input

name:type
description
pattern

meta{:bash}

:map

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

vcf{:bash}

:file

VCF file to filter

*.{vcf}

minsv{:bash}

:integer

Min SV size (-1 to disable)

maxsv{:bash}

:integer

Max SV size (-1 to disable)

minnumreads{:bash}

:integer

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

Output

name:type
description
pattern

stats{:bash}

meta{:bash}

:map

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

*.stats{:bash}

:file

File containing statistics given input VCF file

*.{stats}

versions_survivor{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

survivor{:bash}

:string

The name of the tool

SURVIVOR 2>&1 | grep 'Version' | sed 's/Version: //'{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

survivor{:bash}

:string

The name of the tool

SURVIVOR 2>&1 | grep 'Version' | sed 's/Version: //'{:bash}

:eval

The expression to obtain the version of the tool