Closed sunta3iouxos closed 8 months ago
How exactly did you install the requirements ? This seems a mismatch between snakemake & pulp versions
This is what I did
mamba create -n snakepipes_devel python=3.11 pip
#1710858972
mamba activate snakepipes_devel
#1710858983
pip install --upgrade .
#1710859427
snakePipes config --condaEnvDir /scratch/tgeorgom/mamba/snakepipes_devel/envs/
#1710859440
snakePipes createEnvs
How exactly did you install the requirements ? This seems a mismatch between snakemake & pulp versions
This is related to: https://github.com/snakemake/snakemake/issues/2606
I fixed it by doing:
pip install --upgrade pulp==2.7.0
I am on the latest developmental brach as created by cloning the github here and using the instruction on It is not related to #932 I am trying to create the indices/indexes for the mm39 and I stabled on the following error:
Any idea? Thank you