Skip to content

Commit 8f6e9c5

Browse files
author
SuiYue-2308
committed
Keep the line that makes se return the path to the readClass file when rcOutDir is specified
1 parent 8b3ee72 commit 8f6e9c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

R/bambu-processReads.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ bambu.processReads <- function(reads, annotations, genomeSequence,
110110
readClass.outputDir, ask = FALSE),
111111
paste0(readClassFile,"_readClassSe"), ext = ".rds")
112112
saveRDS(readClassList[[i]], file = readClassFile)
113+
readClassList[[i]] <- readClassFile
113114
}
114115
}
115116
#TODO don't output list, current there because discovery needs it

0 commit comments

Comments
 (0)