Fixed spelling error in BQSR.R
This commit is contained in:
parent
aab417c94d
commit
4cbd11faf5
|
|
@ -126,7 +126,7 @@ title("Overall error rates by event type")
|
||||||
|
|
||||||
# plot per quality score recalibration table
|
# plot per quality score recalibration table
|
||||||
textplot(gsa.report$RecalTable1, show.rownames=F)
|
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]) ) {
|
if ( ! is.na(args[3]) ) {
|
||||||
dev.off()
|
dev.off()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue