Merge pull request #375 from broadinstitute/rp_queue_jobreport_rscript

Something changed with the ggtitle syntax in the latest version of ggplo...
This commit is contained in:
Eric Banks 2013-08-14 12:48:42 -07:00
commit 1a5e4cc4e7
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ plotJobsGantt <- function(gatkReport, sortOverall, title, includeText) {
p <- p + xlim(0, maxRelTime * 1.3)
p <- p + xlab(paste("Start time, relative to first job", RUNTIME_UNITS))
p <- p + ylab("Job number")
p <- p + ggtitle(title)
p <- p + opts(title = title)
print(p)
}