Skip to content

Commit

Permalink
Update assignation in function
Browse files Browse the repository at this point in the history
  • Loading branch information
adeschen committed Feb 23, 2024
1 parent a4016de commit b3cb1ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
^\.Rproj\.user$

## Ignore travis config file
^\.travis\.yml$
^\.travis\.yml$
2 changes: 1 addition & 1 deletion R/findConsensusPeakRegions.R
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ findConsensusPeakRegions <- function(narrowPeaks, peaks, chrInfo,
minNbrExp, nbrThreads)

# Change minNbrExp to integer
minNbrExp = as.integer(minNbrExp)
minNbrExp <- as.integer(minNbrExp)

# Select the type of object used for parallel processing
nbrThreads <- as.integer(nbrThreads)
Expand Down

0 comments on commit b3cb1ed

Please sign in to comment.