EBIvariation / vcf-validator

Validation suite for Variant Call Format (VCF) files, implemented using C++11
Apache License 2.0
129 stars 39 forks source link

Use Alpine base in docker #88

Closed Anishka0107 closed 6 years ago

Anishka0107 commented 6 years ago

Fixes #87

Anishka0107 commented 6 years ago

Closing this for now. The g++ which comes prepackaged with alpine does not have --enable-plugin option, which is required by ODB. This would require compiling gcc from source with that option (which takes a looong time) and then compiling odb.