Skip to content

Commit a8fa151

Browse files
docs: automated update of tutorials (#3502)
automated update of tutorials submodule --------- Co-authored-by: ori-kron-wis <175299014+ori-kron-wis@users.noreply.github.com> Co-authored-by: ori-kron-wis <ori.kronfeld@weizmann.ac.il>
1 parent b34ae4f commit a8fa151

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

docs/tutorials/index_custom_dl.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ATAC-seq
1+
# Custom Data Loaders
22

33
```{toctree}
44
:maxdepth: 1
@@ -7,32 +7,31 @@ notebooks/custom_dl/tiledb
77
notebooks/custom_dl/lamin
88
notebooks/custom_dl/ann_collection
99
notebooks/custom_dl/Tahoe100_mrVI_lamin
10-
1110
```
1211

1312
```{customcard}
14-
:path: notebooks/use_cases/custom_dl/tiledb
13+
:path: notebooks/custom_dl/tiledb
1514
:tags: Analysis, Custom-Dataloaders, Integration, Dev
1615
1716
Learn a scalable approach using TileDBDataModule dataloader to training an scVI model on Census data.
1817
```
1918

2019
```{customcard}
21-
:path: notebooks/use_cases/custom_dl/lamin
20+
:path: notebooks/custom_dl/lamin
2221
:tags: Analysis, Custom-Dataloaders, Integration, Dev
2322
2423
Use the Lamin MappedCollectionDataModule for a scalable approach to training an scVI model on multiple adata's.
2524
```
2625

2726
```{customcard}
28-
:path: notebooks/use_cases/custom_dl/ann_collection
27+
:path: notebooks/custom_dl/ann_collection
2928
:tags: Analysis, Custom-Dataloaders, Integration, Dev
3029
3130
Use the AnnCollection dataloader for a scalable approach to training an scVI model on multiple adata's.
3231
```
3332

3433
```{customcard}
35-
:path: notebooks/use_cases/custom_dl/Tahoe100_mrVI_lamin
34+
:path: notebooks/custom_dl/Tahoe100_mrVI_lamin
3635
:tags: Analysis, Custom-Dataloaders, Integration, Dev
3736
3837
Use the Lamin Custom Dataloader to train mrVI torch model over Tahoe100M cells dataset

docs/tutorials/notebooks

0 commit comments

Comments
 (0)