Skip to content

Commit c76aae1

Browse files
Fix filepaths in notebook
1 parent 0bc5894 commit c76aae1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/cellxgene_census_builder/spatial_dev_tools/tiledbsoma_spatial_dataset_ingest.ipynb

+3-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@
5050
],
5151
"source": [
5252
"# NOTE: Replace value of `my_h5ad_path` with an appropriate path to a cellxgene h5ad spatial file\n",
53-
"my_h5ad_path = \"../../../ps_stuff/spatial_test_datasets/c63d5cb4-1046-4948-a188-e6af50ef90f4.h5ad\"\n",
53+
"my_h5ad_path = (\n",
54+
" \"/Users/psridharan/code/cellxgene-census/ps_stuff/spatial_test_datasets/c63d5cb4-1046-4948-a188-e6af50ef90f4.h5ad\"\n",
55+
")\n",
5456
"\n",
5557
"from_cxg_spatial_h5ad(\n",
5658
" input_h5ad_path=my_h5ad_path,\n",

0 commit comments

Comments
 (0)