Skip to content

Commit

Permalink
update pancreas_multiome (#755)
Browse files Browse the repository at this point in the history
* update pancreas_multiome

* fix filetype

---------

Co-authored-by: Selman Özleyen <[email protected]>
Co-authored-by: selmanozleyen <[email protected]>
Co-authored-by: ArinaDanilina <[email protected]>
  • Loading branch information
4 people authored Oct 25, 2024
1 parent 3e3dbd8 commit 8cc5f5c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/moscot/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@
from moscot._types import PathLike

__all__ = [
"mosta",
"hspc",
"drosophila",
"c_elegans",
"zebrafish",
"bone_marrow",
"c_elegans",
"drosophila",
"hspc",
"mosta",
"pancreas_multiome",
"sim_align",
"simulate_data",
"zebrafish",
]


Expand Down Expand Up @@ -306,7 +307,7 @@ def pancreas_multiome(
return _load_dataset_from_url(
path,
file_type="h5ad",
backup_url="https://figshare.com/ndownloader/files/48785320",
backup_url="https://figshare.com/ndownloader/files/49725087",
expected_shape=(22604, 20242),
force_download=force_download,
**kwargs,
Expand Down

0 comments on commit 8cc5f5c

Please sign in to comment.