Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
HDash committed Jun 24, 2024
1 parent d59dd4a commit a3c7c57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ Imports:
IRanges,
rtracklayer,
tools,
htmltools
htmltools,
rmarkdown
Suggests:
BiocStyle,
BSgenome.Hsapiens.UCSC.hg19,
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-MotifPeeker.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ test_that("MotifPeeker produces output files", {
genome_build = "hg38",
motif_files = motifs,
motif_labels = NULL,
cell_counts = NULL,
cell_counts = c(1000, 5000),
denovo_motif_discovery = TRUE,
denovo_motifs = 3,
motif_db = NULL,
Expand Down

0 comments on commit a3c7c57

Please sign in to comment.