qbicsoftware / variantstore-service

The Variantstore is a Java/Groovy-based service application implemented using the Micronaut framework and enables storage and access to information on genomic variants and metadata from a connected database via a RESTful API.
MIT License
4 stars 1 forks source link

Enable export of variants as VCF #4

Closed christopher-mohr closed 4 years ago

christopher-mohr commented 5 years ago

Add functionality in order to provide variants as VCF file (in addition to JSON as default) via the corresponding /variants endpoint.

christopher-mohr commented 4 years ago

First version provided by PR #24.