Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Feb 5, 2024
1 parent e8c2f6a commit 5a4865e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/hictkR-exports.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ hictkR_open <- function(path, resolution = NULL, cell = NULL) {
resolution <- path$bin_size
}

if (!is.null(resolution)) {
resolution <- as.integer(resolution)
}


if (is_multires_file(path)) {
if (is.null(resolution)) {
return(MultiResolutionFile(path))
Expand Down

0 comments on commit 5a4865e

Please sign in to comment.