Skip to content

Commit

Permalink
Avoid passing irrelevant arguments to the DF method.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Jan 8, 2025
1 parent e73ea90 commit 5df4337
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: wobbegong
Version: 0.2.2
Date: 2024-12-04
Version: 0.2.3
Date: 2025-01-08
Title: Cheap-ass Range Requests on Assay Data
License: MIT + file LICENSE
Description:
Expand Down
2 changes: 1 addition & 1 deletion R/wobbegongify.R
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ setMethod("wobbegongify", "SingleCellExperiment", function(x, path, SummarizedEx
#' @export
#' @rdname wobbegongify
setMethod("wobbegongify", "DataFrame", function(x, path, ...) {
wobbegongify_DataFrame(x, path, ...)
wobbegongify_DataFrame(x, path)
})

0 comments on commit 5df4337

Please sign in to comment.