Skip to content

Commit 1fccbe1

Browse files
author
SuiYue-2308
committed
fix problem that when speficying readClass.outputDir se returns to the path, not the read class
1 parent ab569b5 commit 1fccbe1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

R/bambu-processReads.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ 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
114113
}
115114
}
116115
#TODO don't output list, current there because discovery needs it

0 commit comments

Comments
 (0)