From e510798bc23de74c8cd9eefb33c8c57f19bbe5c5 Mon Sep 17 00:00:00 2001 From: depristo Date: Tue, 1 Feb 2011 13:01:59 +0000 Subject: [PATCH] Missed one uncomment git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5159 348d0f76-0448-11de-a6fe-93d51630548a --- shell/runGATKReport.csh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/runGATKReport.csh b/shell/runGATKReport.csh index f76227f57..ea03c7739 100755 --- a/shell/runGATKReport.csh +++ b/shell/runGATKReport.csh @@ -19,7 +19,7 @@ rm -f report.txt cd $DIR echo "\n####################\nArchiving recently submitted jobs" >> report.txt -#python $GATK/python/analyzeRunReports.py archive $DIR/submitted -o $ARCHIVE.gz -D >> report.txt +python $GATK/python/analyzeRunReports.py archive $DIR/submitted -o $ARCHIVE.gz -D >> report.txt echo "Released version, all runs" >> report.txt #python $GATK/python/analyzeRunReports.py summary $ARCHIVE.gz --rev $GATK_RELEASE_VERSION >> report.txt