From 6a1ec27d06600d53b7ecd75261d18cf5063e57dc Mon Sep 17 00:00:00 2001 From: nh3 Date: Wed, 25 Sep 2019 17:11:20 +0100 Subject: [PATCH] Minor code consistence fix --- R/functions.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/functions.R b/R/functions.R index c272ba4..fb157bd 100644 --- a/R/functions.R +++ b/R/functions.R @@ -130,7 +130,7 @@ loom2anndata <- function( anndata$AnnData$var_names_make_unique(adata) if (!is.null(outFile)) - anndata$AnnData$write(adata, outFile, compression = 'gzip') + adata$write(outFile, compression = 'gzip') adata }