scverse_misc.datasets.FileEntry#
- class scverse_misc.datasets.FileEntry(name, url=None, s3_key=None, sha256=None, fallback_urls=None)#
A single downloadable file belonging to a dataset.
Attributes table#
File name as it should appear on disk (e.g. |
|
Full download URL (e.g. a Zenodo file URL). |
|
Key relative to the registry's |
|
Expected SHA-256 hash. |
|
List of fallback download URLs to use in case the primary URL or the S3 bucket fail. |