niemasd / ViralConsensus

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

Add version to web app header #3

Closed niemasd closed 1 year ago

niemasd commented 1 year ago

@daniel-ji Can you add the version number to the web app header, ideally pulling directly from common.h?

https://github.com/niemasd/ViralConsensus/blob/2eee6d2ac2b49ef13ed8be88a5e758f86d8d0d39/common.h#L16

And remove "Online Tool"? So in other words, the current version's header would say "ViralConsensus v0.0.1"

niemasd commented 1 year ago

And can you do the same with ViralMSA as well? You can pull it from here:

https://github.com/niemasd/ViralMSA/blob/4c0c01cf7e9844f2bd76696c513041245befb186/ViralMSA.py#L24

E.g. ideally ViralMSA's current version's header would say "ViralMSA v1.1.30"