Skip to content

Commit

Permalink
update test_updateSeqlevelsStyle.R
Browse files Browse the repository at this point in the history
  • Loading branch information
AtaJadidAhari committed Jan 13, 2025
1 parent 10ad2fd commit e577f55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testthat/test_updateSeqlevelsStyle.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
context("Test updateSeqlevelsStyle function")

test_that("hg38, UCSC to NCBI", {
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
library(BiocManager)
#if (!require("BiocManager", quietly = TRUE))
# install.packages("BiocManager")


BiocManager::install("BSgenome.Hsapiens.UCSC.hg38")
genome <- getBSgenome("hg38")
Expand Down

0 comments on commit e577f55

Please sign in to comment.