scverse_misc.datasets.parse_registry#
- scverse_misc.datasets.parse_registry(path)#
Parse a YAML registry into
(base_url, {name: DatasetEntry}).The YAML has a top-level
base_url(ors3_base_url) and adatasetsmapping ofname -> {type, files: [{name, url?/s3_key?, sha256?}], ...}. Any keys other thantypeandfilesare collected into the entry’smetadata.