Skip to content

Commit 1cdf932

Browse files
author
suiyue
committed
remove "}"
1 parent a3be877 commit 1cdf932

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

R/readWrite.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ writeCountsOutput <- function(se, varname = "counts",
107107
estimates <- assays(se)[[varname]]
108108
estimatesfn <- paste(outdir, prefix, varname,"_",feature,".mtx", sep = "")
109109
Matrix::writeMM(estimates, estimatesfn)
110-
#R.utils::gzip(estimatesfn)
111-
}
110+
#R.utils::gzip(estimatesfn)
112111
}
113112
}
114113

0 commit comments

Comments
 (0)