[main] Add Sphinx documentation (ReadTheDocs) - #78
Merged
Merged
Conversation
EliHei2
reviewed
Aug 25, 2026
EliHei2
left a comment
Collaborator
There was a problem hiding this comment.
I think, aside from the 2-3 detailed comments I noted, this looks very nice and minimalist.
| segger export | ||
| ============== | ||
|
|
||
| Positional arguments select which elements to write: ``anndata``, ``transcripts``, |
Collaborator
There was a problem hiding this comment.
I believe it's worth mentioning what transcripts mean --> the additional cell column (mvp!)
| * - ``--method`` | ||
| - delaunay | ||
| - Cell-polygon method for boundaries (``delaunay`` or ``convex_hull``). | ||
| * - ``--chaikin-iterations`` |
Collaborator
There was a problem hiding this comment.
again worth clarifying this, what it is exaclty and a reference maybe.
Collaborator
Author
There was a problem hiding this comment.
yes, adding a reference to the chaikin algorithm
| * - ``--include-all-transcripts`` | ||
| - False | ||
| - Keep every cell-assigned transcript, ignoring the similarity threshold. | ||
| * - ``--min-similarity`` |
Collaborator
There was a problem hiding this comment.
worth mentioning highly recommended not to change.
Closed
EliHei2
reviewed
Sep 15, 2026
| the segger assignment as `segger_cell_id` (plus `row_index`), a sibling column in the spirit of SOPA's | ||
| `sopa_prior`, so it merges onto an existing transcripts dataframe by `row_index` without overwriting | ||
| the vendor `cell_id`; its values match the `cell_id` in the other two files. No newline at end of file | ||
| TODO: citation |
Collaborator
There was a problem hiding this comment.
is this intentional? no citation to preprint? / also a contributions note I think is good.
Collaborator
Author
Tobiaspk
force-pushed
the
feature/docs_init
branch
from
September 15, 2026 16:08
d3d1096 to
fa92fb0
Compare
…rence, common-issues) and rewrite README/CONTRIBUTING Adds ReadTheDocs-built Sphinx docs covering installation, a How To guide (segger segment and segger export), outputs, hand-written CLI API reference tables (autodoc was too fragile against segger's CUDA-only import graph), and a common-issues page (gene dropout, filtering, CUDA 13, multi-GPU). Rewrites README.md as a short pointer to the docs plus the paper abstract and overview figure, adds CONTRIBUTING.md, and bumps the changelog/version to 0.3.0. Co-authored-by: Elyas Heidari <55977725+EliHei2@users.noreply.github.com>
…verview figure Adds notebooks/quickstart.ipynb (segment, export, load outputs, GPU cluster, visualize a crop), referenced from the docs. Adds a local pre-commit hook that strips notebook outputs down to stdout text and images (drops stderr/warnings, error tracebacks, execution counts) before commit, and segger_overview.png for the README/docs. Trims boilerplate .gitignore sections and tidies the xeniumranger run-artifact entry.
Tobiaspk
force-pushed
the
feature/docs_init
branch
from
September 17, 2026 16:52
16f465d to
6835d5e
Compare
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.
Summary
Added minimal, highly focused docs.
Important notes:
Expect the following changes:
--save-anndata, consider replacing this with an automatic pipe throughsegger exportessentiallyThanks @EliHei2 for your revisions.
closes #75