Skip to content

Commit

Permalink
add genomes to DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
AtaJadidAhari committed Jan 13, 2025
1 parent 6d7143b commit 19affb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ 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
2 changes: 1 addition & 1 deletion tests/testthat/test_updateSeqlevelsStyle.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test_that("hg38, UCSC to NCBI", {
})

test_that("hg38, NCBI to UCSC", {
BiocManager::install("BSgenome.Hsapiens.NCBI.GRCh38")
#BiocManager::install("BSgenome.Hsapiens.NCBI.GRCh38")
genome <- getBSgenome("GRCh38")
bsgenome <- genome

Expand Down

0 comments on commit 19affb3

Please sign in to comment.