Skip to content

Commit

Permalink
bug fixes for ucsc
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmorin committed Apr 30, 2024
1 parent a689e7a commit 9dca956
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 17 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export(sv_to_bedpe_file)
export(sv_to_custom_track)
export(tidy_lymphgen)
export(view_mutation_igv)
import(GAMBLR.data)
import(GAMBLR.helpers)
import(GenomicRanges, except = c("start", "end", "merge", "shift", "union", "intersect", "setdiff", "reduce", "trim"))
import(S4Vectors, except = c("merge", "second", "first", "union", "intersect", "setdiff", "setequal", "rename", "expand", "head", "tail", "end", "start"))
Expand Down
2 changes: 1 addition & 1 deletion R/build_browser_hub.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
#'
#' @return Nothing.
#'
#' @import dplyr GAMBLR.helpers
#' @import dplyr
#' @export
#'
#' @examples
Expand Down
2 changes: 1 addition & 1 deletion R/liftover.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#' @rawNamespace import(S4Vectors, except = c("merge", "second", "first", "union", "intersect", "setdiff", "setequal", "rename", "expand", "head", "tail", "end", "start"))
#' @rawNamespace import(GenomicRanges, except = c("start", "end", "merge", "shift", "union", "intersect", "setdiff", "reduce", "trim"))
#' @rawNamespace import(rtracklayer, except = c("start", "end"))
#' @import dplyr tidyr readr GAMBLR.data
#' @import dplyr tidyr readr
#' @export
#'
#' @examples
Expand Down
8 changes: 4 additions & 4 deletions man/annotate_sv.Rd

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

3 changes: 2 additions & 1 deletion man/build_browser_hub.Rd

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

3 changes: 2 additions & 1 deletion man/gene_to_region.Rd

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

12 changes: 8 additions & 4 deletions man/make_igv_snapshot.Rd

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

12 changes: 8 additions & 4 deletions man/view_mutation_igv.Rd

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

0 comments on commit 9dca956

Please sign in to comment.