Skip to content

Commit

Permalink
Updated call of PACVr.calcCoverage()
Browse files Browse the repository at this point in the history
  • Loading branch information
alephnull7 committed Feb 20, 2024
1 parent 8f0b2e3 commit 7424cf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/PACVr.R
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ PACVr.complete <- function(gbkFile,

###################################
coverage <- PACVr.calcCoverage(bamFile,
windowSize,
logScale)
analysisSpecs$windowSize,
plotSpecs$logScale)

###################################
if (verbose) {
Expand Down

0 comments on commit 7424cf3

Please sign in to comment.