Skip to content

Commit

Permalink
Corrected method call
Browse files Browse the repository at this point in the history
  • Loading branch information
datasome committed Feb 21, 2024
1 parent 3a70214 commit 8de9635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/T1_Method3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
"source": [
"import anndata\n",
"\n",
"adata = anndata.read_h5ad('/home/jovyan/cpdb_tutorial/data/normalised_log_counts.h5ad')\n",
"adata = anndata.read_h5ad(counts_file_path)\n",
"adata.shape"
]
},
Expand Down

0 comments on commit 8de9635

Please sign in to comment.