Closed AlmogAngel closed 1 year ago
Hi Almog,
Based on the errors, I think the problem comes from either conda or mamba. Could you please try to change the channel priorities to flexible or disabled?
conda config --set channel_priority disabled
https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-channels.html
Best,
Anna
Hello,
Firstly, thank you for the work that's been put into developing this pipeline.
I've encountered an issue following the instructions provided in the documentation. I used "XinY_4Decon" as the example input. After installation, I attempted to run the
snakemake --use-conda —cores N
command several times unsuccessfully.The problem is with creating a conda environment due to numerous package conflicts. I have provided the log message below for more context:
The error message lists several packages, including 'c-ares', 'libdeflate', and many 'r-' packages such as 'r-brio', 'r-digest', etc., stating:
<package name and version> is uninstallable because it conflicts with any installable versions previously reported;
Any help or suggestions be appreciated.
Almog