d93d32ad4b79aff0c9ac7d10f62609183287cd66 lrnassar Wed Mar 8 17:01:16 2023 -0800 Removing a heartbeat message. It has been running this way on hive for a while and it all seems well. No RM. diff --git src/hg/utils/otto/decipher/checkDecipher.sh src/hg/utils/otto/decipher/checkDecipher.sh index c885ee4..32f42eb 100755 --- src/hg/utils/otto/decipher/checkDecipher.sh +++ src/hg/utils/otto/decipher/checkDecipher.sh @@ -48,20 +48,21 @@ do for i in `cat ../decipher.tables` do n=$i"New" o=$i"Old" hgsqlSwapTables $db $n $i $o -dropTable3 done done cp -p --remove-destination decipherCnv.bb ../release/hg38/decipherCnv.bb echo "DECIPHER Installed `date`" cd ${WORKDIR} # Update our md5sum record md5sum decipher-variants-grch38.bed > decipher-variants-grch38.md5 -else - echo "No update" +#Commenting out heartbeat message below so as not to get spam. +#else +# echo "No update" fi rm decipher-variants-grch38.bed