Skip to content

Commit

Permalink
more drop parameters for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Behrens committed Feb 6, 2024
1 parent e67e86d commit 18a5dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/helper_test_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test_generate_count_example <- function(recount=FALSE){
end =c(7592749, 7595171, 7595320)
))
test_rangeOV <- findOverlaps(test_range, test_fdsSample3, type = "equal")
test_rangeFDS <- test_fdsSample3[to(test_rangeOV)]
test_rangeFDS <- test_fdsSample3[to(test_rangeOV),,drop=FALSE]

#
# This is manually counted from the IGV browser
Expand Down Expand Up @@ -72,7 +72,7 @@ test_generate_strand_specific_count_example <- function(recount=FALSE){
test_rangeOV_stranded <- findOverlaps(test_range_stranded,
test_fdsSample3_stranded, type = "equal")
test_rangeFDS_stranded <-
test_fdsSample3_stranded[to(test_rangeOV_stranded)]
test_fdsSample3_stranded[to(test_rangeOV_stranded),,drop=FALSE]

#
# This is manually counted from the IGV browser
Expand Down

0 comments on commit 18a5dee

Please sign in to comment.