Open massonix opened 2 weeks ago
Hi @massonix
Thank you for the suggestion.
In the meantime can you try installing pycistopic via the SCENIC+ repo. The dependencies in this repo are managed better.
Can you let me know wether this works?
$ conda create --name scenicplus python=3.11 -y
$ conda activate scenicplus
$ git clone https://github.com/aertslab/scenicplus
$ cd scenicplus
$ pip install .
All the best,
Seppe
Hi all,
Thanks for this wonderful tool!
We're trying hard to install pycistopic using pip in our cluster (NYGC), but we keep hitting all sorts of errors. We managed to run pySCENIC with singularity as follows:
So ideally we'd like to do something similar for pycistopic. We noticed that there are no pycistopic images in DockerHub that we can pull, and instead we're recommended to build our own using podman and singularity:
However, we cannot run Docker or podman in the cluster, so it'd be neat if we could pull the image directly, similar to what we did for pySCENIC. Would that be possible?
Many thanks in advance!