You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No plans in the short term (next few months). Snakemake 8 is a major breaking change (like python 3 vs 2) and so, if we support it the users on snakemake 7 would be unable to run verkko. I expect there to still be more users of snakmake 7 than 8 so when we do upgrade I'd hope verkko to detect/use both. For now, I recommend sticking with snakemake 7 and/or using a conda environment to use snakemake 7 for verkko.
When running on python3.12, there are errors w/invalid escape characters and finally an error with the constructed resource strings:
/home/runner/work/verkko/verkko/lib/verkko/Snakefiles/c1-buildStore.sm:55: SyntaxWarning: invalid escape sequence '\`'
# make sure we weren't given compressed read
...
Select jobs to execute...
InputFunctionException in rule buildStore in file /home/runner/work/verkko/verkko/lib/verkko/Snakefiles/c1-buildStore.sm, line 19:
Error:
KeyError: ' sto _mem_gb '
Wildcards:
Would make sense to address this when we update to Snakemake 8.
Hello,
I recently updated my version of Snakemake to version 8, and now Verkko doesn't work. Specifically, I get the following error:
According to https://github.com/snakemake/snakemake/blob/main/docs/getting_started/migration.rst, "--reason" is deprecated since it is always true now.
Would it be possible to update Verkko to work with Snakemake 8? Thanks so much.
The text was updated successfully, but these errors were encountered: