From 315079c4a6c50bff8c52930920830f9cb1506c48 Mon Sep 17 00:00:00 2001 From: Mark Holton <19829399+m-holton@users.noreply.github.com> Date: Tue, 14 Mar 2023 14:59:33 -0400 Subject: [PATCH] ctxcore update Edit to replace pyscenic.genesig to ctxcore.genesig as it has been moved. --- mudi/interp/aucell.py | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mudi/interp/aucell.py b/mudi/interp/aucell.py index d601848..9d2530c 100644 --- a/mudi/interp/aucell.py +++ b/mudi/interp/aucell.py @@ -1,5 +1,5 @@ from pyscenic.aucell import aucell -from pyscenic.genesig import GeneSignature +from ctxcore.genesig import GeneSignature import pandas as pd import matplotlib.pyplot as plt import seaborn as sns diff --git a/setup.py b/setup.py index b534c33..244c96d 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,8 @@ "ipywidgets", # Added for scanpy, "agutil", "tqdm", - "pyscenic" + "pyscenic", + "ctxcore" ], package_data = { "":[