From 4f4eec12dd0e6523f116aaa1236da0d65e87f008 Mon Sep 17 00:00:00 2001 From: depristo Date: Fri, 12 Nov 2010 19:30:54 +0000 Subject: [PATCH] Minor improvement git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4659 348d0f76-0448-11de-a6fe-93d51630548a --- R/GATKRunReport.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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