Proteobench / ProteoBench

ProteoBench is an open and collaborative platform for community-curated benchmarks for proteomics data analysis pipelines. Our goal is to allow a continuous, easy, and controlled comparison of proteomics data analysis workflows. https://proteobench.cubimed.rub.de/
https://proteobench.readthedocs.io
Apache License 2.0
31 stars 8 forks source link

Add a version tag on page(s) #267

Closed julianu closed 2 months ago

julianu commented 6 months ago

Now, that we have automated updates on the server, we should put a little version tag on one of the pages (mainpage?), to see whether everything works alright. Or is it already there and I miss it?

mlocardpaulet commented 6 months ago

as discussed in our meeting, we could consider adding the version tag on the figure for traceability.

mlocardpaulet commented 4 months ago

PR #295 added the version on the docs (thanks a lot @enryH). Do you think that this is fine or shall we also have it somewhere on the main page and/or the figures?

RobbinBouwmeester commented 2 months ago

Add version in the sidebar. Unknown location to get version, but this seems to work:

proteobench/init.py ` """ProteoBench"""

from importlib.metadata import version

version = version("proteobench") `

wolski commented 2 months ago

It seems this issue was adressed already

image