37befdf6676de0022c60966291e21e5977dba086
chmalee
  Fri Jun 19 13:46:31 2020 -0700
Adding clingen cnv and dosage otto job to source tree now that it's been running for a while, refs #25562

diff --git src/hg/utils/otto/clinGen/clinGenWrapper.sh src/hg/utils/otto/clinGen/clinGenWrapper.sh
new file mode 100755
index 0000000..4a2fe32
--- /dev/null
+++ src/hg/utils/otto/clinGen/clinGenWrapper.sh
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+PATH=/cluster/bin/x86_64:$PATH
+EMAIL="chmalee@ucsc.edu,abenet@ucsc.edu"
+WORKDIR="/hive/data/outside/otto/clinGen"
+
+cd $WORKDIR
+./checkClinGen.sh $WORKDIR 2>&1 |  mail -s "ClinGen Build" $EMAIL