Closed Daliya-K closed 7 months ago
Hi @Daliya-K
I would strongly suggest to install the development branch of SCENIC+.
See: https://github.com/aertslab/scenicplus/tree/development
All the best.
Seppe
Thank you Seppe, development branch of SCENIC+ has successfully installed.
Kind regards, Ana
Great
Good luck with the analysis.
Best,
S
Hi, Thank you for the great package!
I am trying to install scenicplus on an Ubuntu desktop using the following code:
Code
conda create --name scenicplus python=3.8
conda activate scenicplus
git clone https://github.com/aertslab/scenicplus
cd scenicplus
pip install -e .
Error
So I followed the instructions from https://github.com/aertslab/scenicplus/issues/101:
Code
cd ..
wget https://github.com/macs3-project/MACS/archive/refs/tags/v2.2.7.1.tar.gz -O MACS.tar.gz
tar -xvf MACS.tar.gz
cd MACS-2.2.7.1
sed -i 's/install_requires = \[f"numpy>={numpy_requires}",\]/install_requires = \[f"numpy{numpy_requires}",\]/' setup.py
pip install -e .
Error
Then I tried to install MACS2 with pip, which ran successfully
pip install MACS2
But then, when I tried to install scenicplus again, I still got an error
Code
cd scenicplus
pip install -e .
Error
I have also tried the isntallation using Docker/Singularity, but still no success:
Code
git clone https://github.com/aertslab/pycisTopic.git
git clone https://github.com/aertslab/pycistarget.git
git clone https://github.com/aertslab/scenicplus.git
podman login docker.io
podman build -t aertslab/scenicplus:latest . -f scenicplus/Dockerfile
Error
I don't understand this error, as the Python in this environment is 3.8, not 3.11....
Would really appreciate some help with this!
Best, Daliya