Skip to content

Commit

Permalink
Merge pull request #527 from RoanKanninga/master
Browse files Browse the repository at this point in the history
send statistics to GAF
  • Loading branch information
Gerbenvandervries committed May 30, 2016
2 parents 808a463 + 7318851 commit 4ddbb9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion compute5/NGS_Automated/automated_copyRawDataToPrm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@ do
scp ${SAMPLESHEETSDIR}/${csvFile} ${groupname}-dm@calculon.hpc.rug.nl:${SAMPLESHEETSPRMDIR}
echo "finished copying data to calculon" >> ${LOGGER}
logFileStatistics=$(cat ${RAWDATADIR}/${filePrefix}/${filePrefix}*.log)
echo -e "Demultiplex statistics ${filePrefix}: \n\n ${logFileStatistics}" | mail -s "Demultiplex statistics ${filePrefix}" ${ONTVANGER}
if [ ${groupname} == "umcg-gaf" ]
then

echo -e "Demultiplex statistics ${filePrefix}: \n\n ${logFileStatistics}" | mail -s "Demultiplex statistics ${filePrefix}" ${GAFmail}
fi
echo -e "De data voor project ${filePrefix} is gekopieerd naar ${RAWDATADIRPRM}" | mail -s "${filePrefix} copied to permanent storage" ${ONTVANGER}

if [ -f $LOGDIR/${filePrefix}.failed ]
Expand Down
1 change: 1 addition & 0 deletions compute5/NGS_Automated/umcg-gaf.cfg
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
GROUP="umcg-gaf"
GAFmail="gcc-gaf@googlegroups.com"

0 comments on commit 4ddbb9f

Please sign in to comment.