diff --git a/R/GATKRunReport.R b/R/GATKRunReport.R index e582ab0a8..5ab9c0dc3 100644 --- a/R/GATKRunReport.R +++ b/R/GATKRunReport.R @@ -154,7 +154,7 @@ generateOneReport <- function(d, header, includeByWeek = T) { reportCountingPlot(d$java, head("Java version")) reportCountingPlot(d$machine, head("Machine")) - reportCountingPlot(d$working.directory, head("Working directory")) + #reportCountingPlot(d$working.directory, head("Working directory")) } RUNME = T