lilab-bcb / pegasus

A tool for analyzing trascriptomes of millions of single cells.
https://pegasus.readthedocs.io
BSD 3-Clause "New" or "Revised" License
80 stars 21 forks source link

Questions about installation of the version "infercnv" #310

Open Richard-D-Watson opened 1 month ago

Richard-D-Watson commented 1 month ago

Hi. Thank you so much for your efforts in developing this great package. I'm just wondering how I could install the package with the infercnv function integrated. (I've read about the version "infercnv" on https://pegasus.readthedocs.io/en/infercnv/installation.html.)

Best Regards

yihming commented 1 month ago

Hi @Richard-D-Watson ,

Thanks for your interest in trying our infercnv method. It's currently still experimental, so the only way to install it is through its dedicated branch: https://github.com/lilab-bcb/pegasus/tree/infercnv. You can check out this branch using git, and run

pip install .

from its repo folder.

Sincerely, Yiming