Fixed spelling error in BQSR.R

This commit is contained in:
Mark DePristo 2012-08-13 10:01:33 -04:00
parent aab417c94d
commit 4cbd11faf5
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ title("Overall error rates by event type")
# plot per quality score recalibration table
textplot(gsa.report$RecalTable1, show.rownames=F)
title("Rrror rates by event type and initial quality score")
title("Error rates by event type and initial quality score")
if ( ! is.na(args[3]) ) {
dev.off()