Skip to content

Commit

Permalink
Minor code consistence fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nh3 committed Sep 25, 2019
1 parent 44e4df0 commit 6a1ec27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 6a1ec27

Please sign in to comment.