Skip to content

Commit

Permalink
remove commas
Browse files Browse the repository at this point in the history
  • Loading branch information
andredsim committed Oct 29, 2024
1 parent f2d2d83 commit 09dcb4d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions R/bambu.R
Original file line number Diff line number Diff line change
Expand Up @@ -146,18 +146,18 @@ bambu <- function(reads, annotations = NULL, genome = NULL, NDR = NULL,
lowMemory = TRUE
}
if(mode == "multiplexed"){
if(is.null(demultiplex)) demultiplex = TRUE,
cleanReads = TRUE,
opt.em = list(degradationBias = FALSE),
if(is.null(demultiplex)) demultiplex = TRUE
cleanReads = TRUE
opt.em = list(degradationBias = FALSE)
quant = FALSE
}
if(mode == "fusion"){
NDR = 1,
NDR = 1
fusionMode = TRUE
}
if(mode == "debug"){
verbose = TRUE,
trackReads = TRUE,
verbose = TRUE
trackReads = TRUE
returnDistTable = TRUE
}
if(is.null(annotations)) { annotations = GRangesList()
Expand Down

0 comments on commit 09dcb4d

Please sign in to comment.