-
Notifications
You must be signed in to change notification settings - Fork 203
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 snakelike version during installation? #71
Comments
Same issue here. When I downgrade to snakemake 7.32.4, I get another errror: File "/extra/sra/.snakemake/conda/6ced698129ee201eb5ebbc98e1ca2dab_/lib/python3.12/sqlite3/init.py", line 70, in getattr |
How exactly are you invoking the workflow? This sounds like it might be an issue with using a cluster system. For infos on moving from snakemake 7 to snakemake 8, have a look here (especially at the info on storage providers): |
The I remember that some
|
Thanks so much @dlaehnemann. I got it to work by deleting everything and using the old version of snakemake:
I also found that using any version of snakemake older than 7.3.4 also causes an f string error, seems to be related to snakemake/snakemake #2480 @Funkoverload I also that error with version 2.0.0 of this pipeline, but seems that it was fixed most recent version by #69 . maybe you can try installing with
Instead of what's given in the instructions, i.e. |
Ah, yes. I have already forgotten about #69 and the similar error there. I have now created a new release, so that the following should also pull in the latest changes (and provide them via a stable tag version):
It should take a day for the command update in the snakemake workflow catalog, but with the release already done, the command I provide here should already work. I'll close this issue for now. Feel free to reopen if any of this re-occurs or open new issues for new problems. |
This workflow should now also work with |
Instructions for installation currently start with
mamba create -c conda-forge -c bioconda --name snakemake snakemake snakedeploy
However, it seems like with the latest version of snakemake (8.2.3), running snakemake leads to the error
The text was updated successfully, but these errors were encountered: