Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resolves spatialdata_io.xenium() capability to read in xeniumranger v3.0.1.1 resegemented data #244

Merged
merged 7 commits into from
Feb 10, 2025

Conversation

Pancreas-Pratik
Copy link
Contributor

@Pancreas-Pratik Pancreas-Pratik commented Nov 30, 2024

Resolves #195 (comment)

  • parses out xeniumranger v3.0.1.1 version from new spec XENIUM_RANGER = "xenium_ranger", which allows the re-segmented /outs/ data to pass through the existing spatialdata_io.xenium() successfully

(this is my first pull request... in any repository... please correct me if I am doing something wrong)

Pancreas-Pratik and others added 3 commits November 29, 2024 20:26
…ion detection after resegment

needed within xenium.py for correct xenium() parsing/branching of /outs/ folder path input generated from the xeniumranger v3.0.1.1 resegment
@codecov-commenter
Copy link

codecov-commenter commented Nov 30, 2024

Codecov Report

Attention: Patch coverage is 25.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 39.16%. Comparing base (ed60d9f) to head (296d9a5).
Report is 141 commits behind head on main.

Files with missing lines Patch % Lines
src/spatialdata_io/readers/xenium.py 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #244      +/-   ##
==========================================
- Coverage   45.31%   39.16%   -6.15%     
==========================================
  Files          22       26       +4     
  Lines        2143     2663     +520     
==========================================
+ Hits          971     1043      +72     
- Misses       1172     1620     +448     
Files with missing lines Coverage Δ
src/spatialdata_io/_constants/_constants.py 100.00% <100.00%> (ø)
src/spatialdata_io/readers/xenium.py 21.40% <0.00%> (-50.30%) ⬇️

... and 14 files with indirect coverage changes

@LucaMarconato
Copy link
Member

Thank you @Pancreas-Pratik for making a PR! I will try this soon and give my comments.

@LucaMarconato
Copy link
Member

Thank you @Pancreas-Pratik for the contribution! Today I tried out the code and I confirm that it works as expected. I'll merge your PR (I'll fix the problem with the docs before release).

@LucaMarconato LucaMarconato merged commit 46ba82b into scverse:main Feb 10, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't read re-segmented Xenium data
3 participants