niemasd / ViralConsensus

Fast viral consensus genome reconstruction
https://niema.net/ViralConsensus/
GNU General Public License v3.0
21 stars 2 forks source link

Web app seems to hardcode biowasm ViralConsensus v0.0.3 but show newest version number #10

Closed niemasd closed 9 months ago

niemasd commented 9 months ago

Now that we've refactored the ViralConsensus web app to use the biowasm version of ViralConsensus, it's hardcoding to use 0.0.3:

https://github.com/niemasd/ViralConsensus/blob/132b86d10f5c63607e072e627e4be84f47e359fc/website/src/App.jsx#L79

But it's still always showing the newest release version. We should just have a single variable in the web app source code for the version number, and then (1) use that version of biowasm's ViralConsensus, and (2) display that version number

niemasd commented 9 months ago

Fixed in https://github.com/niemasd/ViralConsensus/commit/49ce30f8cebbc23091bb4864527eea478b1994b4