Missed one uncomment
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5159 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
d9532ecf53
commit
e510798bc2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue