Skip to content

Commit 2371bd6

Browse files
author
suiyue
committed
fix the ifelse for novel Tx
1 parent 0e673e4 commit 2371bd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/readWrite.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ writeAnnotationsToGTF <- function(annotation, file, geneIDs = NULL, outputExtend
249249
}
250250

251251
if(outputNovelOnly){
252-
if(all(!rowData(se)$novelTranscript)){
252+
if(all(!mcols(annotation)$novelTranscript)){
253253
print("This is no novel transcript and novelTranscripts.gtf will not be outputed!")
254254
}
255255
else{

0 commit comments

Comments
 (0)