Skip to content

Commit

Permalink
Update test_counting.R
Browse files Browse the repository at this point in the history
  • Loading branch information
vyepez88 authored Feb 28, 2024
1 parent c6f5c72 commit 5ef479a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_counting.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test_that("Strand spcific counting", {
fds <- createTestFraserSettings()
strandSpecific(fds) <- TRUE
ans <- countSplitReadsPerChromosome("chrUn_gl000218", bamFile(fds)[1],
pairedEnd=TRUE, strandMode=strandSpecific(fds), genome=NULL,
pairedEnd=TRUE, strandMode=strandSpecific(fds)[1], genome=NULL,
scanBamParam=scanBamParam(fds))
expect_equivalent(ans, GRanges())

Expand Down

0 comments on commit 5ef479a

Please sign in to comment.