Skip to content

Commit

Permalink
fix granges
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespeapen committed Nov 15, 2024
1 parent 35fdf62 commit 962b777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ verify_aligner_or_stop <- function(aligner) {
#' Convert GRanges object to a vector of strings
#' From https://github.com/stuart-lab/signac/blob/0b33b1154f9a610897d1efad2c0065081c4e7132/R/utilities.R#L732C1-L756C2
#'
#' @param grange A GRanges object
#' @param gr A GRanges object
#' @param sep Vector of separators to use for genomic string. First element is
#' used to separate chromosome and coordinates, second separator is used to
#' separate start and end coordinates.
Expand Down
4 changes: 2 additions & 2 deletions man/get_granges_string.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 962b777

Please sign in to comment.