A tool to create a Gemini-compatible DB file from an annotated VCF
meta
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
vcf
:file
VCF file
*.vcf.gz
ped
PED file
*.ped
db
*.db
Gemini-compatible database file
versions_vcf2db
${task.process}
:string
The name of the process
vcf2db
The name of the tool
2020.02.24
The expression to obtain the version of the tool
versions_python_snappy
python-snappy
0.5.4
versions_snappy
snappy
1.1.8
versions_cyvcf2
cyvcf2
python -c 'import cyvcf2; print(cyvcf2.__version__)'
:eval
versions_python
python
python --version 2>&1 | awk '{print \$2}'
versions
Create a gemini-compatible database from a VCF