Skip to content

Commit

Permalink
debug overlapping lines
Browse files Browse the repository at this point in the history
  • Loading branch information
afust committed Jan 16, 2018
1 parent 89509d7 commit af8a925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/uropa_summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ features <- c()
df.uropa.final <- df.uropa.final[complete.cases(df.uropa.final),]
if(nrow(df.uropa.final)==0){
mtext("UROPA summary", side=3, line=0,outer=FALSE, cex=2)
mtext("No valid peak annotations with specified query/queries, summary unfeasible!")
mtext("No valid peak annotations with specified query/queries, summary unfeasible!", line=-5)
invisible(dev.off())
stop("No valid peak annotations with specified query/queries, summary unfeasible!")
}
Expand Down

0 comments on commit af8a925

Please sign in to comment.