Description

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

Input

name:type
description
pattern

meta

:map

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

vcf

:file

VCF file

*.vcf.gz

ped

:file

PED file

*.ped

Output

name:type
description
pattern

db

meta

:map

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

*.db

:file

Gemini-compatible database file

*.db

versions_vcf2db

${task.process}

:string

The name of the process

vcf2db

:string

The name of the tool

2020.02.24

:string

The expression to obtain the version of the tool

versions_python_snappy

${task.process}

:string

The name of the process

python-snappy

:string

The name of the tool

0.5.4

:string

The expression to obtain the version of the tool

versions_snappy

${task.process}

:string

The name of the process

snappy

:string

The name of the tool

1.1.8

:string

The expression to obtain the version of the tool

versions_cyvcf2

${task.process}

:string

The name of the process

cyvcf2

:string

The name of the tool

python -c 'import cyvcf2; print(cyvcf2.__version__)'

:eval

The expression to obtain the version of the tool

versions_python

${task.process}

:string

The name of the process

python

:string

The name of the tool

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

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

vcf2db

:string

The name of the tool

2020.02.24

:string

The expression to obtain the version of the tool

${task.process}

:string

The name of the process

python-snappy

:string

The name of the tool

0.5.4

:string

The expression to obtain the version of the tool

${task.process}

:string

The name of the process

snappy

:string

The name of the tool

1.1.8

:string

The expression to obtain the version of the tool

${task.process}

:string

The name of the process

cyvcf2

:string

The name of the tool

python -c 'import cyvcf2; print(cyvcf2.__version__)'

:eval

The expression to obtain the version of the tool

${task.process}

:string

The name of the process

python

:string

The name of the tool

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

:eval

The expression to obtain the version of the tool

Tools

vcf2db
MIT

Create a gemini-compatible database from a VCF