-
Notifications
You must be signed in to change notification settings - Fork 21
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
problem in running v0.13.1 #56
Comments
Hi After installing v0.13.1. I run the command I used to run in version 12 with the new config file adapted. I attached the log file. I get two error messages. The first related with snakemake. I checked your issues #2957 and it should not be a reason for the pipeline not running or is it ? second error is new and is related creation of conda envs.... do you mind to check the log file ? |
Hi @ospfsg, The first issue you mention (snakemake/snakemake#2957) can likely be ignored, as that is some Snakemake-internal warning, but does not seem to affect the runs. The second one is new, and only seems to exist since a week. Quick google search revealed that other people have reported this already in the main Snakemake repository (snakemake/snakemake#3108). That seems yet again to be one of those utterly annoying things where the whole conda/mamba ecosystem breaks backwards compatibility... honestly, if I had known that conda and mamba cause so much trouble, I would not have started using it... but well, it is what it is. As this is an issue between Snakemake and mamba, I cannot do anything as far as grenepipe is concerned to solve this. You can try to downgrade mamba to an older version, or use micromabma instead to set up your environment for grenepipe. Let me know how that goes :-) |
Hi After installing v0.13.1. I run the command I used to run in version 12 with the new config file adapted. I attached the log file. I get two error messages. The first related with snakemake. I checked your issues #2957 and it should not be a reason for the pipeline not running or is it ? second error is new and is related creation of conda envs.... do you mind to check the log file ?
Dear Lucas thank for your reply. I go to install micromamba, but then I should keep the same option in the snakemake command: --use-conda --conda-frontend mamba --conda-prefix .../conda-envs/ or change to: --use-micromamba --conda-frontend micromamba ... thank you |
Hi Octavio, is this issue solved then, given the new issue in #58? Let me know if we can close this, or if you have further questions :-) Cheers |
Hi
after installing the v0.13.1
The text was updated successfully, but these errors were encountered: