Skip to content

Commit

Permalink
Fix filepaths in notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
prathapsridharan committed Jun 5, 2024
1 parent 0bc5894 commit c76aae1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@
],
"source": [
"# NOTE: Replace value of `my_h5ad_path` with an appropriate path to a cellxgene h5ad spatial file\n",
"my_h5ad_path = \"../../../ps_stuff/spatial_test_datasets/c63d5cb4-1046-4948-a188-e6af50ef90f4.h5ad\"\n",
"my_h5ad_path = (\n",
" \"/Users/psridharan/code/cellxgene-census/ps_stuff/spatial_test_datasets/c63d5cb4-1046-4948-a188-e6af50ef90f4.h5ad\"\n",
")\n",
"\n",
"from_cxg_spatial_h5ad(\n",
" input_h5ad_path=my_h5ad_path,\n",
Expand Down

0 comments on commit c76aae1

Please sign in to comment.