labsyspharm / quantification

Quantification module for mcmicro
https://github.com/labsyspharm/mcmicro
9 stars 13 forks source link

Missing version file #51

Closed LukasHats closed 2 months ago

LukasHats commented 2 months ago

Currently, we are missing a version file for the CLI argument (see also here). The Version output by the CLI would be necessary to adjust the nf-core module, where the version is hardcoded, see also issue here

jmuhlich commented 2 months ago

You need to install the package with pip (pip install -e while you are working on the package itself). When pip builds the wheel, it will automatically and temporarily install setuptools_scm which is the piece that generates the version file based on git tags etc.