Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing version file #51

Closed
LukasHats opened this issue Aug 8, 2024 · 1 comment
Closed

Missing version file #51

LukasHats opened this issue Aug 8, 2024 · 1 comment

Comments

@LukasHats
Copy link

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
Copy link
Contributor

jmuhlich commented Aug 9, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants