5adcf6bc2904690de7b7b30a83ec8a7a0996abe9 galt Tue Aug 21 00:01:25 2018 -0700 changing cse subdomain to soe diff --git src/utils/qa/trackDbGlobal.csh src/utils/qa/trackDbGlobal.csh index a5512a6..9486e84 100755 --- src/utils/qa/trackDbGlobal.csh +++ src/utils/qa/trackDbGlobal.csh @@ -56,31 +56,31 @@ $0 exit 1 endif set dbs=`getAssemblies.csh chromInfo hgwbeta \ | egrep -v "getting|found" | egrep "."` if ( $status ) then echo $dbs exit 1 endif # set file paths and URLs set today=`date +%Y-%m-%d` # set today="2005-01-23" set dirPath="/usr/local/apache/htdocs-genecats/qa/test-results/trackDb" -set urlPath="http://genecats.cse.ucsc.edu/qa/test-results/trackDb" +set urlPath="http://genecats.soe.ucsc.edu/qa/test-results/trackDb" # remove dirs from same month last year set dropdir=`getMonthLastYear.csh go` set dirs=`ls -l $dirPath | grep $dropdir | grep ^d | awk '{print $9}'` foreach dir ( $dirs ) rm -r $dirPath/$dir end # make new dir for today's output mkdir -p $dirPath/$today set summaryFile=$dirPath/$today/index.html set summaryUrl=$urlPath/$today/index.html rm -f $summaryFile echo "
\ \n" >! $summaryFile