-
Notifications
You must be signed in to change notification settings - Fork 23
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
Draft
prathapsridharan
wants to merge
29
commits into
main
Choose a base branch
from
psridharan/census-builder-spatial
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
56bd44b
Add setup instructions to integrate soma spatial
prathapsridharan 76c2a8a
Install `git` in census builder docker container
prathapsridharan a38c215
Add back pyarrow pin on builder for testing
prathapsridharan 8ae84af
Modify builder pins to test builder unit tests on GH
prathapsridharan b330183
Remove cellxgene_census package dependency for testing
prathapsridharan 6655196
Pin to tiledbsoma commit to test builder unit tests
prathapsridharan e91b2fa
Pin to tiledbsoma git commit for 1.9.5 to test
prathapsridharan 4115601
Unpin pyarrow in builder to test builder unit tests
prathapsridharan 1c7f985
Pin to tiledbsoma git commit for 1.10.2 to test
prathapsridharan 4aa689e
Pin to tiledbsoma git commit for 1.11.1 to test
prathapsridharan 327cee6
Pin tiledbsoma to 16f481f - head of spatial branch
prathapsridharan 97ef790
Pin pyarrow back to 15.0.2
prathapsridharan 3567dc7
Pin tiledbsoma to fc5f8e7 to fix census builder tests
prathapsridharan ba5ac8f
Add comments to notebook
prathapsridharan b448027
Create notebook to demo census object creation
prathapsridharan 0f1f20a
Use absolute file path for contents of manifest file
prathapsridharan 5c81aaa
Add "EFO:0010961" to the list of allowed assays
prathapsridharan ce4b525
Add comments for clarity in pyproject.toml
prathapsridharan 1f654b6
Fix filepaths in notebook
prathapsridharan 4712e95
Make census builder run without errors on spatial datasets
prathapsridharan e7e6b07
Add census_data and census_spatial collections
prathapsridharan 44c1109
Update notebook
prathapsridharan 1854f41
Pin tiledbsoma to commit 5069714 for latest spatial
prathapsridharan 14d682e
Update tiledbsoma spatial notebook
prathapsridharan bf0fdea
Update tiledbsoma spatial notebook
prathapsridharan ebbe1b1
Update tiledbsoma spatial notebook
prathapsridharan ff73498
Pin tiledbsoma to commit 69d699e for latest spatial
prathapsridharan a5c21a1
Pin tiledbsoma to commit 9eb540f for latest spatial
prathapsridharan 2cef2bb
Update tiledbsoma spatial notebook
prathapsridharan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## Development Environment Setup and Run | ||
|
||
- `pip install -e tools/cellxgene_census_builder` | ||
|
||
**NOTE:** When running the builder on MacOS, unpin `pyarrow` in [census builder pyproject.toml](./pyproject.toml) | ||
|
||
- `pip install -e api/python/cellxgene_census` | ||
|
||
- [Dev tools for spatial](./spatial_dev_tools/) contains scripts and notebooks to aid development and testing |
This file contains 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
Empty file.
1,097 changes: 1,097 additions & 0 deletions
1,097
tools/cellxgene_census_builder/spatial_dev_tools/census_spatial_dataset_ingest.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
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.
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.