Skip to content

Commit

Permalink
Fixes #131
Browse files Browse the repository at this point in the history
  • Loading branch information
borauyar committed Nov 8, 2023
1 parent 80ee4c9 commit 9f1879c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/count_reads.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ require(GenomicAlignments)
# define BAM file connection
bamfile <- Rsamtools::BamFile(file = bamFile,
asMates = !singleEnd,
yieldSize = 2000000)
yieldSize = yieldSize)

# check counting mode
if(!counting_mode %in% c('Union', 'IntersectionStrict',
Expand Down

0 comments on commit 9f1879c

Please sign in to comment.