Skip to content

Make sure all datasets used in tutorials are easily acessible #17

@Marius1311

Description

@Marius1311

Description of feature

Currently, datasets used in tutorials need to be manually obtained by the user, which creates a hurdle to running the tutorials and experimenting with the HNOCA tools. Ideally, all datasets used in tutorials would be on FigShare or Zenodo as they are, and accessible via the AnnData interface with

adata = sc.read(
    adata_path,
    backup_url=DOWNLOAD_URL,
)

such that the first time this code is executed, the dataset is automatically downloaded, and subsequent function calls will import locally from disk.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions