Skip to content

Commit 0e673e4

Browse files
author
suiyue
committed
fix prefixes pass
1 parent a4c3179 commit 0e673e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

R/readWrite.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ readFromGTF <- function(file, keep.extra.columns = NULL){
327327
#' ))
328328
#' path <- tempdir()
329329
#' writeBambuOutput(se, path)
330-
importBambuResults <- function(path, prefixes = NA){
330+
importBambuResults <- function(path, prefixes){
331331
if(is.na(prefixes)){
332332
path <- paste0(path,"/")
333333
} else{
@@ -359,4 +359,4 @@ importBambuResults <- function(path, prefixes = NA){
359359
colData(countsSe) = DataFrame(colData)
360360
colnames(countsSe) = colData[,1]
361361
return(countsSe)
362-
}
362+
}

0 commit comments

Comments
 (0)