We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b44c9 commit 284fff8Copy full SHA for 284fff8
src/datasets/loaders/allen_brain_cell_atlas/script.py
@@ -86,7 +86,7 @@
86
]
87
88
adatas = []
89
-for region, file_name in abca_region_files:
+for file_name, region in abca_region_files:
90
try:
91
print(f"Downloading file {file_name} for region {region}", flush=True)
92
adata_path = abc_cache.get_data_path(
0 commit comments