Skip to content

Commit

Permalink
install biocmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
AtaJadidAhari committed Jan 13, 2025
1 parent f4c3819 commit de4a0e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/testthat/test_updateSeqlevelsStyle.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
context("Test updateSeqlevelsStyle function")
library(BiocManager)

if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")

test_that("hg38, UCSC to NCBI", {
BiocManager::install("BSgenome.Hsapiens.UCSC.hg38")
Expand Down

0 comments on commit de4a0e0

Please sign in to comment.