-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: update builder tiledbsoma release (#154)
* update builder for new soma create api child objects created directly from parents * update builder for new soma create api - child objects created directly from parents - validator performs reads using open() context manager * fixes * lint * typing * update unit tests for soma api updates * fix ordering of builder steps, enhance builder unit test * lint, typing * move functions * reinstate writing of presence matrix; improve comments * upgrade to tiledbsoma=0.5.0a10 * lint * more localized open experiment context managers less sharing of the context managers; mainly this avoided trying to pass opened state into child processes, which did not work (pickling) * fix log output * pickling fix * tweaks: logging, imports, comments, @attrs * pickling fix for validator * fixes for standalone validator usage * add TODOs for CR feedback * validation improvements from CR feedback * refactored build steps to move anndata iterations together * combine filtering and axis steps for single dataset iteration * lint * type checking fixes * tweaks from CR comments * builder steps doc & log tweaks * log tweak * fix presence matrix build include all census datasets in each presence matrix * upgrade tiledbsoma to 0.5.0a11 * fix builder log messages * presence matrix only includes datasets from parent experiment * allow for missing presence data (dev time testing, one organism data only) * disable status checks for codecov * create TileDB arrays with allow_dups enabled * update census schema version to match spec - 0.1.1 * add broken process pool logger * add broken process pool logging * fix memory usage and several other bugs * simply consolidation code * lint * lint * port to 1.0rc0 * tune logging levels * revert allows_duplicates change --------- Co-authored-by: bkmartinjr <[email protected]>
- Loading branch information
1 parent
2e6a569
commit 85bf654
Showing
14 changed files
with
635 additions
and
544 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
coverage: | ||
status: | ||
project: off | ||
patch: off |
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
Oops, something went wrong.