c221127385169ec659bcf7e598bd4ef83189b264
braney
  Fri Sep 21 12:41:07 2012 -0700
got it working in /hive/data/outside/otto/decipher (#8840)
diff --git src/utils/decipher/decipherWrapper.sh src/utils/decipher/decipherWrapper.sh
new file mode 100755
index 0000000..c908f71
--- /dev/null
+++ src/utils/decipher/decipherWrapper.sh
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+PATH=/cluster/bin/x86_64:$PATH
+EMAIL="braney@soe.ucsc.edu"
+WORKDIR="/hive/data/outside/otto/decipher"
+
+cd $WORKDIR
+./checkDecipher.sh $WORKDIR 2>&1 |  mail -s "DECIPHER Build" $EMAIL