docs: add per-data-type tutorials - #241
Merged
Merged
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Add runnable guides for scRNA-seq, genetics (VCF/WGS), single-cell microscopy images, and distributed multi-GPU training, each executed end to end on GPU. Restructure the quickstart to a small synthetic example and rename docs/notebooks to docs/tutorials.
Zethson
force-pushed
the
feature/tutorials_usecases
branch
from
June 22, 2026 12:54
96de0ae to
7352661
Compare
anndata passes arguments that scverse-misc 0.1 deprecates, so importing anndata to resolve the ImplicitModificationWarning filter raised under the `error` filter and broke pytest config parsing. The pattern is ordered before the category filters so it applies first. Also update the cruft skip path for the docs/notebooks -> docs/tutorials rename.
ilan-gold
reviewed
Jun 22, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #241 +/- ##
==========================================
- Coverage 93.48% 91.91% -1.58%
==========================================
Files 15 15
Lines 1397 1397
==========================================
- Hits 1306 1284 -22
- Misses 91 113 +22 🚀 New features to boost your workflow:
|
Write the distributed tutorial's synthetic input as zarr v3 instead of h5ad, and build the images AnnData with no X at all (the image stack lives in obsm).
ilan-gold
reviewed
Jun 22, 2026
Member
Author
|
@ilan-gold without going into details yet (sorry, I had forgotten to mark this as draft), do you generally like the structure as I'm suggesting it here? Is the high level content also okay? |
Collaborator
|
Oh yes, absolutely! |
Use preload_nchunks=32 across the tutorials (bumping scrnaseq chunk_size to 512) so chunk_size * preload_nchunks stays well above batch_size, and filter anndata's zarr v3 autosharding warning emitted by the write_zarr cells.
ilan-gold
reviewed
Jun 22, 2026
Drop the separate 'Guides by data type' caption and list every tutorial (quickstart, scRNA-seq, genetics, images, distributed) under one Tutorials section — distributed and the quickstart are not data types. Also restore the scrnaseq loader cell output.
ilan-gold
reviewed
Jun 22, 2026
ilan-gold
reviewed
Jun 23, 2026
ilan-gold
reviewed
Jun 23, 2026
Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net>
…se/annbatch into feature/tutorials_usecases
Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net>
Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net>
Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net>
Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net>
ilan-gold
reviewed
Jun 24, 2026
ilan-gold
approved these changes
Jun 24, 2026
Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds runnable, GPU-executed tutorials for the paper's use cases under a new Guides by data type section:
obsmDistributedSamplerAlso restructures the quickstart to a small synthetic example and renames
docs/notebooks→docs/tutorials.Closes #240.