Skip to content

Commit

Permalink
rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Aug 29, 2024
1 parent b6764a4 commit 8a385f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data_loaders/download_allen_brain_cell_atlas/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
}
## VIASH END

# helper variables
VERSION = par["version"]
REGIONS = par["regions"]

TMP_DIR = Path("/tmp") if meta["temp_dir"] is None else Path(meta["temp_dir"])
TMP_DIR = Path(meta["temp_dir"] or "/tmp")

abc_cache = AbcProjectCache.from_cache_dir(TMP_DIR)
abc_cache.load_manifest(
Expand Down

0 comments on commit 8a385f9

Please sign in to comment.