Skip to content

Commit

Permalink
Merge pull request #260 from mschilli87/drop-h5write-default-import
Browse files Browse the repository at this point in the history
Drop hd5write.default import
  • Loading branch information
Yenaled authored Mar 31, 2022
2 parents e5ac761 + cff1181 commit 1f3760a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,3 @@ importFrom(dplyr,"%>%")
importFrom(lazyeval,interp)
importFrom(lazyeval,lazy)
importFrom(rhdf5,h5write)
importFrom(rhdf5,h5write.default)
1 change: 0 additions & 1 deletion R/read_write.R
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ trans_to_genes_from_gtf <- function(fname) {
#' to use, with 0 being no compression and 7 being the highest supported by this method.
#' The default of 6 is a good choice for most applications.
#' @return the kallisto object \code{kal} invisibly.
#' @importFrom rhdf5 h5write.default
#' @importFrom rhdf5 h5write
#' @export
write_kallisto_hdf5 <- function(kal, fname, overwrite = TRUE,
Expand Down

0 comments on commit 1f3760a

Please sign in to comment.