celseq2
celseq2 copied to clipboard
ImportError: cannot import name 'snakemake'
Hi, I am trying to run the celseq2 pipeline, but I kept getting this error, which I cannot solve. Maybe you can help?
Code: nice -15 celseq2 --config-file /home/karjosukarso/celseq2/celseq_config.yaml --experiment-table /home/karjosukarso/celseq2/celseq_table.txt --output-dir /home/karjosukarso/DK-82/celseq/ -j20
Error message:
File "/home/karjosukarso/anaconda3/envs/Celseq2/bin/celseq2", line 5, in
Thank you, Dyah
I kind of got around that by uninstalling and reinstalling snakemake. However, pip install ./ led to the following error: ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.