Skip to content

Commit

Permalink
fix script again
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Oct 1, 2024
1 parent 06b44c9 commit 284fff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datasets/loaders/allen_brain_cell_atlas/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
]

adatas = []
for region, file_name in abca_region_files:
for file_name, region in abca_region_files:
try:
print(f"Downloading file {file_name} for region {region}", flush=True)
adata_path = abc_cache.get_data_path(
Expand Down

0 comments on commit 284fff8

Please sign in to comment.