From f59862dc4456e5a11fd778b63f83cb749b199371 Mon Sep 17 00:00:00 2001 From: depristo Date: Sat, 2 Apr 2011 03:47:03 +0000 Subject: [PATCH] A bit better echos git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5555 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 84cd5ee4f..d12a32afe 100755 --- a/shell/runGATKReport.csh +++ b/shell/runGATKReport.csh @@ -22,7 +22,7 @@ cd $DIR echo "\n####################\nArchiving recently submitted jobs" >> $REPORT_TXT python $GATK/python/analyzeRunReports.py archive $DIR/submitted -o $ARCHIVE.gz -D >> $REPORT_TXT -echo "\n####################\nReleased version, all runs" >> $REPORT_TXT +echo "\n####################\nReleased version ($GATK_RELEASE_VERSION), all runs" >> $REPORT_TXT python $GATK/python/analyzeRunReports.py summary $ARCHIVE_DIR/*.gz --rev $GATK_RELEASE_VERSION >> $REPORT_TXT python $GATK/python/analyzeRunReports.py exceptions $ARCHIVE_DIR/*.gz -E sting --rev $GATK_RELEASE_VERSION >> $REPORT_TXT