Description

convert2vcf.pl is command line tool to convert CNVnator calls to vcf format.

Input

name:type
description
pattern

meta{:bash}

:map

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

calls{:bash}

:file

A tab file containing CNVnator calls

*.tab

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

CNVnator calls in vcf format

*.vcf

versions_cnvnator{:bash}

${task.process}{:bash}

:string

The name of the process

cnvnator{:bash}

:string

The name of the tool

cnvnator 2>&1 | sed -n '3s/CNVnator v//p'{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The name of the process

cnvnator{:bash}

:string

The name of the tool

cnvnator 2>&1 | sed -n '3s/CNVnator v//p'{:bash}

:eval

The expression to obtain the version of the tool