Skip to content

Commit 4f84610

Browse files
committed
fix path
1 parent fbac815 commit 4f84610

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ target
77
.DS_Store
88
output
99
trace-*
10-
.ipynb_checkpoints
10+
.ipynb_checkpoints
11+
cache

src/dataset_loaders/allen_brain_atlas_via_pooch/script.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"brain_section_label": "Zhuang-ABCA-1.080",
1010
}
1111
meta = {
12-
"temp_dir": "/tmp"
12+
"temp_dir": "cache"
1313
}
1414
## VIASH END
1515

@@ -27,7 +27,7 @@
2727
# loading annotation with pooch
2828
print(f"Loading annotation to '{cache_path}'")
2929
cell_metadata = pooch.retrieve(
30-
url="https://allen-brain-cell-atlas.s3-us-west-2.amazonaws.com/metadata/Zhuang-ABCA-1/20231215/cell_metadata.csv",
30+
url="https://allen-brain-cell-atlas.s3-us-west-2.amazonaws.com/metadata/Zhuang-ABCA-1/20231215/views/cell_metadata_with_cluster_annotation.csv",
3131
fname="cell_metadata_with_cluster_annotation.csv",
3232
path=cache_path,
3333
known_hash=None,

0 commit comments

Comments
 (0)