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

specify upper bound for snakemake version for support of subworkflows #58

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

rgutzen
Copy link
Collaborator

@rgutzen rgutzen commented Feb 8, 2024

snakemake >= 8.0.0 introduces breaking changes, including dropping support for the deprecated 'subworkflow' feature which is used in cobrawap. Ultimately, we must adopt the suggested alternative "module" feature to realize the same functionality. See issue #57. For now, this PR limits the snakemake version to < 8.0.0, so that it still works with the corresponding dependencies when installed via pip.

@mdenker
Copy link
Member

mdenker commented Feb 8, 2024

Thanks @rgutzen for taking care of this!
Dear @cosimolupo and @gulpgiulia : I added us three as reviewers to this PR, let's use it to practice :-)

Copy link
Member

@mdenker mdenker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fully agree with this way forward. Switching the system to use modules is a major step, but for the time being limiting the version number of snakemake is appropriate I think. We should consider making this a 0.1.1 hotfix, I think.

@rgutzen rgutzen merged commit 25681d3 into NeuralEnsemble:master Feb 20, 2024
@rgutzen rgutzen deleted the fix/snakemake_version branch February 20, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants