-
Notifications
You must be signed in to change notification settings - Fork 22
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
Implement Census Visium Builder Prototype #1165
base: main
Are you sure you want to change the base?
Conversation
66eb170
to
486a2f4
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1165 +/- ##
==========================================
- Coverage 91.11% 90.46% -0.66%
==========================================
Files 77 77
Lines 5922 5933 +11
==========================================
- Hits 5396 5367 -29
- Misses 526 566 +40
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
c4ac2b5
to
c76aae1
Compare
049f00d
to
44c1109
Compare
# TODO (spatial): tiledbsoma pin to a PyPI release is temporarily commented out in favor git commit pin | ||
# "tiledbsoma==1.9.3", | ||
# TODO (spatial): Pin tiledbsoma dependency to an actual released version after tiledbsoma spatial code has been released | ||
"tiledbsoma @ git+https://github.com/single-cell-data/TileDB-SOMA.git@9eb540f#egg=tiledbsoma&subdirectory=apis/python/", |
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.
"tiledbsoma @ git+https://github.com/single-cell-data/TileDB-SOMA.git@9eb540f#egg=tiledbsoma&subdirectory=apis/python/", | |
"tiledbsoma @ git+https://github.com/single-cell-data/TileDB-SOMA.git@spatial#egg=tiledbsoma&subdirectory=apis/python/", |
Is there a reason you pin to this specific commit rather point at the spatial branch?
I believe the branch is being rebased, so specific commits get deleted.
This PR encapsulates a prototype of the
census builder
and integrate changes intiledbsoma
andsomacore
as it relates to spatial. As such this PR will be added to and evolve and therefore will remain in DRAFT mode