-
Notifications
You must be signed in to change notification settings - Fork 25
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
[python] Add support for Visium v1 #3510
Conversation
We now require the version to be found.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3510 +/- ##
==========================================
- Coverage 86.27% 86.27% -0.01%
==========================================
Files 55 55
Lines 6340 6344 +4
==========================================
+ Hits 5470 5473 +3
- Misses 870 871 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM just a misc in the comment.
if tissue_positions is None: | ||
major_version = version[0] if isinstance(version, tuple) else version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not using the property
instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The class wasn't created yet.
1. Explicitly set header columns for 2. Throw error if Visium version number is unknown. 3. Make check for Visium filename version specific (this can be over-ridden by the user).
1. Explicitly set header columns for 2. Throw error if Visium version number is unknown. 3. Make check for Visium filename version specific (this can be over-ridden by the user). Co-authored-by: Julia Dark <[email protected]>
Issue and/or context: sc-61280
Changes: