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

Fix Ensembl gene information import #43

Closed christopher-mohr closed 3 years ago

christopher-mohr commented 3 years ago

This fixes issues #41 and #42:

Additionally this makes sure that the reference genome version is used from file content if available. Further the parsed gene information is added to the corresponding gene if it is already stored in the database, otherwise it is created.