Description

A tool to create a Gemini-compatible DB file from an annotated VCF

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

*.vcf.gz

ped{:bash}

:file

PED file

*.ped

Output

name:type
description
pattern

db{:bash}

meta{:bash}

:map

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

*.db{:bash}

:file

Gemini-compatible database file

*.db

versions_vcf2db{:bash}

${task.process}{:bash}

:string

The name of the process

vcf2db{:bash}

:string

The name of the tool

2020.02.24{:bash}

:string

The expression to obtain the version of the tool

versions_python_snappy{:bash}

${task.process}{:bash}

:string

The name of the process

python-snappy{:bash}

:string

The name of the tool

0.5.4{:bash}

:string

The expression to obtain the version of the tool

versions_snappy{:bash}

${task.process}{:bash}

:string

The name of the process

snappy{:bash}

:string

The name of the tool

1.1.8{:bash}

:string

The expression to obtain the version of the tool

versions_cyvcf2{:bash}

${task.process}{:bash}

:string

The name of the process

cyvcf2{:bash}

:string

The name of the tool

python -c 'import cyvcf2; print(cyvcf2.__version__)'{:bash}

:eval

The expression to obtain the version of the tool

versions_python{:bash}

${task.process}{:bash}

:string

The name of the process

python{:bash}

:string

The name of the tool

python --version 2>&1 | awk '{print \$2}'{: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

vcf2db{:bash}

:string

The name of the tool

2020.02.24{:bash}

:string

The expression to obtain the version of the tool

${task.process}{:bash}

:string

The name of the process

python-snappy{:bash}

:string

The name of the tool

0.5.4{:bash}

:string

The expression to obtain the version of the tool

${task.process}{:bash}

:string

The name of the process

snappy{:bash}

:string

The name of the tool

1.1.8{:bash}

:string

The expression to obtain the version of the tool

${task.process}{:bash}

:string

The name of the process

cyvcf2{:bash}

:string

The name of the tool

python -c 'import cyvcf2; print(cyvcf2.__version__)'{:bash}

:eval

The expression to obtain the version of the tool

${task.process}{:bash}

:string

The name of the process

python{:bash}

:string

The name of the tool

python --version 2>&1 | awk '{print \$2}'{:bash}

:eval

The expression to obtain the version of the tool

Tools

vcf2db
MIT

Create a gemini-compatible database from a VCF