scverse_misc.datasets.fetch#
- scverse_misc.datasets.fetch(entry, cache_dir, *, base_url=None, retries=3, **kwargs)#
Download (if needed) and load
entry, dispatching to the loader registered forentry.type.Files are cached under
cache_dir / entry.type.- Parameters:
- Return type:
TypeVar(T)- Returns:
The absolte path of the downloaded file.