genome-nexus / genome-nexus-annotation-pipeline

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

Fix version in MAF header #225

Closed inodb closed 1 year ago

inodb commented 2 years ago

We are outputting the version in the output. Currently however it just shows unknown version:

#genome_nexus_version: 0-unknown-version-SNAPSHOT

Ideally we can give (1) version of the genome-nexus-annotation-pipeline and (2) version of the genome-nexus server.

For (2) we can use https://www.genomenexus.org/actuator/info instead of https://www.genomenexus.org/version

inodb commented 1 year ago

Same as #218