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.
Handle case where Ensembl version is not contained in file name, fix type casting
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.
This fixes issues #41 and #42:
Gene
constructorAdditionally 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.