Skip to content

Commit 22ebd56

Browse files
author
Chen Ying
committed
remove the warning message
1 parent 4d53c36 commit 22ebd56

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

R/bambu_utilityFunctions.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
#' @importFrom BiocParallel bpparam
55
#' @noRd
66
setBiocParallelParameters <- function(reads, ncore, verbose, demultiplexed){
7-
if(ncore >= 2) message("WARNING - If you change the number of cores (ncore) ",
8-
"between Bambu runs and there is no progress please restart your R session ",
9-
"to resolve the issue that originates from the XGboost package.")
107
bpParameters <- bpparam()
118
#===# set parallel options: otherwise use parallel to distribute samples
129
# when demultiplexed is FALSE, isFALSE(demultiplexed) is TRUE

0 commit comments

Comments
 (0)