e101dc0e743a44ea8c8813ffcc29e8cc51697f40 chmalee Fri Jan 8 13:05:26 2021 -0800 LRG track otto updating for hg19 and hg38, refs #17877 #24672 diff --git src/hg/utils/otto/lrg/lrgWrapper.sh src/hg/utils/otto/lrg/lrgWrapper.sh new file mode 100755 index 0000000..8a8aafe --- /dev/null +++ src/hg/utils/otto/lrg/lrgWrapper.sh @@ -0,0 +1,8 @@ +#!/bin/sh -e + +PATH=/cluster/bin/x86_64:/cluster/bin/scripts:$PATH +EMAIL="lrnassar@ucsc.edu,chmalee@ucsc.edu" +WORKDIR="/hive/data/outside/otto/lrg" + +cd $WORKDIR +./checkLrg.sh $WORKDIR 2>&1 | mail -s "LRG Build" $EMAIL