pySCENIC icon indicating copy to clipboard operation
pySCENIC copied to clipboard

[BUG]from pyscenic.rnkdb import FeatherRankingDatabase as RankingDatabase

Open CCCKW opened this issue 2 years ago • 5 comments

Describe the bug Package doesnt have this modle

ModuleNotFoundError: No module named 'pyscenic.rnkdb'

CCCKW avatar Nov 23 '22 06:11 CCCKW

pyscenic.rnkdb only exists in older pySCENIC releases (before 0.12).

The recommended way to use pySCENIC is via the command line interface: https://pyscenic.readthedocs.io/en/latest/installation.html#docker-podman

If you need something similar to pyscenic.rnkdb to read the databases for whatever reason, take a look at: https://github.com/aertslab/ctxcore/blob/main/src/ctxcore/ctdb.py

ghuls avatar Dec 08 '22 11:12 ghuls

pyscenic.rnkdb only exists in older pySCENIC releases (before 0.12).

The recommended way to use pySCENIC is via the command line interface: https://pyscenic.readthedocs.io/en/latest/installation.html#docker-podman

If you need something similar to pyscenic.rnkdb to read the databases for whatever reason, take a look at: https://github.com/aertslab/ctxcore/blob/main/src/ctxcore/ctdb.py

What function would we use if we wanted to replicate the steps shown in the pySCENIC - Full pipeline.ipynb notebook?

GeneVector5 avatar Jul 18 '23 22:07 GeneVector5

Where is the updated tutorial for pyscenic? I have also run into the same error whilst using pySCENIC - Full pipeline.ipynb notebook

AnjaliS1 avatar Nov 14 '23 17:11 AnjaliS1

Could you please update the tutorials? I am running into the same issue.

eregenyi avatar Nov 29 '23 15:11 eregenyi

Could import from ctxcore like from ctxcore.rnkdb import FeatherRankingDatabase as RankingDatabase

jkfo002 avatar Jan 02 '24 12:01 jkfo002