We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381ef5a commit 4d5cea3Copy full SHA for 4d5cea3
novae_benchmark/pan_tissue_umap.py
@@ -61,7 +61,7 @@ def compute_and_save_umap(adata: AnnData, res_path: Path):
61
def main():
62
# data_path = Path("/Users/quentinblampey/dev/novae/data/results/dry-wood-40")
63
# res_path = Path("/Users/quentinblampey/dev/novae_benchmark/figures")
64
- data_path = Path("/gpfs/workdir/blampeyq/novae/data/results/still-surf-209")
+ data_path = Path("/gpfs/workdir/blampeyq/novae/data/results/clean-sun-207")
65
res_path = Path("/gpfs/workdir/blampeyq/novae_benchmark/figures")
66
67
adata_full = sc.read_h5ad(data_path / "adata_conc.h5ad")
0 commit comments