A bit better echos
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5555 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
27bfec785e
commit
f59862dc44
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue