Closed bbidonb closed 7 months ago
Can you try downgrading the python
in your snakemake
environment to 3.11
? Python does not follow semantic versioning and a lot of things broke in the step from 3.11
to 3.12
, so this might fix it. Simply do (with your snakemake
conda environment activated):
conda install python=3.11
Hi,
I downgraded python within the conda environment with the above mentioned command.
(/CONDAS/users/bbidon/snakemake) [bbidon@6t4jb5j covid]$ python --version Python 3.11.8
I still got the same error.
I was on the wrong track initially, but have now looked into it. This should be fixed with #76 and if you upgrade to the latest release of the workflow, this should work (tag="v2.1.1"
).
Hello, Thank you for useful workflow. I think I have created the snakemake environment as described as well as I deployed your workflow. But it gives me back error when running, supposedly due to unavailable packages.
Do you have any idea about the origin of the problem. Thank you, Baptiste
Edit by @dlaehnemann: turn into multi-line column