-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [r] Replace use of SeuratObject in ecosystem-agnostic function Current `write_soma.data.frame()` pipeline used `SeuratObject::RandomName()`; this shouldn't happen as `write_soma.data.frame()` is supposed to be ecosystem agnostic. This PR re-implements `SeuratObject::RandomName()` as `random_name()` and uses that instead * Update tests for SOMAOpen to be cleaner and more flexible * Add error messages * Skip iterated sparse matrix reader on CI For some reason, iterated sparse matrix reader is segfaulting on CI, but not locally. Add `skip_on_ci()` to skip these tests on CI, but not locally
- Loading branch information
1 parent
1ebc379
commit c298f9b
Showing
4 changed files
with
26 additions
and
11 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
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