Skip to content

Commit

Permalink
Add testload argument to basiliskRun
Browse files Browse the repository at this point in the history
Related to #136
  • Loading branch information
lazappi committed Mar 9, 2025
1 parent 1f2175d commit 3d892f5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

* Bioconductor 3.21, May 2025

## zellkonverter 1.17.1

* Add `testload` argument to `basiliskRun()` calls (Partial fix for #139)

## zellkonverter 1.17.0 (2024-10-30)

* Bioconductor 3.21 devel
Expand Down
1 change: 1 addition & 0 deletions R/read.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ readH5AD <- function(file, X_name = NULL, use_hdf5 = FALSE,
sce <- basiliskRun(
env = env,
fun = .H5ADreader,
testload = "anndata",
file = file,
X_name = X_name,
backed = use_hdf5,
Expand Down
1 change: 1 addition & 0 deletions R/write.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ writeH5AD <- function(sce, file, X_name = NULL, skip_assays = FALSE,
basiliskRun(
env = env,
fun = .H5ADwriter,
testload = "anndata",
sce = sce,
file = file,
X_name = X_name,
Expand Down
3 changes: 1 addition & 2 deletions man/AnnData-Conversion.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d892f5

Please sign in to comment.