genome-nexus / genome-nexus-annotation-pipeline

Library and tool for annotating MAF files using Genome Nexus Webserver API
MIT License
8 stars 25 forks source link

Update to use new InfoController/Version Schema #236

Closed averyniceday closed 1 year ago

averyniceday commented 1 year ago

Update GNAP to use updated schema - (InfoControllerApi updated to ret…urn multiple versions such as GN server, database, VEP...) Version outputted will be GN Server Version Updated header in expected outputs for integration tests

There are four tests that are still failing -- those are independent of this PR. I tested this by manually setting the returned version in unchanged code and running tests.

https://github.com/genome-nexus/genome-nexus-java-api-client/pull/14

DO NOT MERGE until PR in genome-nexus-java-api-client is updated