Skip to content

Commit df6fbba

Browse files
author
suiyue
committed
change demultiplexed in mode
1 parent e27a54f commit df6fbba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/bambu.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ bambu <- function(reads, annotations = NULL, genome = NULL, NDR = NULL,
149149
processByBam <- TRUE
150150
}
151151
if(mode == "multiplexed"){
152-
if(is.null(demultiplexed))
152+
if(!(demultiplexed))
153153
demultiplexed <- TRUE
154154
cleanReads <- TRUE
155155
opt.em <- list(degradationBias = FALSE)

0 commit comments

Comments
 (0)