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 16, 2025
1 parent 5ed90d3 commit d1b023b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
4 changes: 0 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ Imports:
VGAM
Suggests:
magick,
BSgenome.Hsapiens.UCSC.hg38,
BSgenome.Hsapiens.NCBI.GRCh38,
BSgenome.Hsapiens.1000genomes.hs37d5,
BSgenome.Hsapiens.UCSC.hg19,
BiocStyle,
knitr,
rmarkdown,
Expand Down
10 changes: 3 additions & 7 deletions tests/testthat/test_updateSeqlevelsStyle.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ if (!requireNamespace('BiocManager', quietly = TRUE)) {
}

test_that("hg38, UCSC to NCBI", {
#if (!requireNamespace('BiocManager', quietly = TRUE)) {
# install.packages('BiocManager')
# BiocManager::install("remotes")
#}

BiocManager::install("BSgenome.Hsapiens.UCSC.hg38", ask=FALSE, update=FALSE)

Expand All @@ -26,7 +22,7 @@ test_that("hg38, NCBI to UCSC", {
# install.packages('BiocManager')
#}

#BiocManager::install("BSgenome.Hsapiens.NCBI.GRCh38", ask=FALSE, update=FALSE)
BiocManager::install("BSgenome.Hsapiens.NCBI.GRCh38", ask=FALSE, update=FALSE)

genome <- getBSgenome("GRCh38")
bsgenome <- genome
Expand All @@ -43,7 +39,7 @@ test_that("hg19, NCBI to UCSC", {
# install.packages('BiocManager')
#}

#BiocManager::install("BSgenome.Hsapiens.1000genomes.hs37d5", ask=FALSE, update=FALSE)
BiocManager::install("BSgenome.Hsapiens.1000genomes.hs37d5", ask=FALSE, update=FALSE)
genome <- getBSgenome("hs37d5")
bsgenome <- genome

Expand All @@ -58,7 +54,7 @@ test_that("hg19, UCSC to NCBI", {
#if (!requireNamespace('BiocManager', quietly = TRUE)) {
# install.packages('BiocManager')
#}
#BiocManager::install("BSgenome.Hsapiens.UCSC.hg19", ask=FALSE, update=FALSE)
BiocManager::install("BSgenome.Hsapiens.UCSC.hg19", ask=FALSE, update=FALSE)
genome <- getBSgenome("hg19")
bsgenome <- genome

Expand Down

0 comments on commit d1b023b

Please sign in to comment.