5adcf6bc2904690de7b7b30a83ec8a7a0996abe9 galt Tue Aug 21 00:01:25 2018 -0700 changing cse subdomain to soe diff --git src/utils/qa/showTracks src/utils/qa/showTracks index ba80861..ae0ec59 100755 --- src/utils/qa/showTracks +++ src/utils/qa/showTracks @@ -11,51 +11,51 @@ if ( "$QUERY_STRING" == "" ) then set QUERY_STRING = "srvr=genome.ucsc.edu" endif # Split the field=value pair on the '='. set pair=`echo $QUERY_STRING | sed 's/=/\t/'` # The first part of the pair is the name. set varname=`echo ${pair} | awk '{print $1}'` # The second part of the pair is the srvr name. set varval=`echo ${pair} | awk '{print $2}'` if ("$varname" == "srvr") then set srvr = "$varval" endif #echo "dbg: pair = $pair <br>" echo '<TITLE>Track UI on '`echo $srvr | sed "s/.ucsc.edu//" \ - | sed "s/.cse//"`' </TITLE>' + | sed "s/.soe//"`' </TITLE>' echo "</HEAD>" echo echo "<BODY>" echo echo '<H2>Track UI on '`echo $srvr | sed "s/.ucsc.edu//" \ - | sed "s/.cse//"`'</H2>' + | sed "s/.soe//"`'</H2>' # echo "Hello.<br><br>" echo "<BLOCKQUOTE><B> hgw: " # display without a link if that's the page you are on. foreach machine ( dev beta genome 1 2 3 4 5 6 7 8 ) echo $srvr | grep $machine > /dev/null if ( $status ) then if ( $machine == RR || $machine == genome) then set node=genome set machine=RR else - set node=hgw${machine}.cse + set node=hgw${machine}.soe endif echo '<A HREF="showTracks?srvr='$node'.ucsc.edu">' endif echo $machine | sed "s/genome/RR/" echo "</A> " end echo " </B>" echo "</BLOCKQUOTE>" set line=`grep "pq.user" hg.conf` set pair=`echo $line| sed 's/=/\t/'` set user=`echo ${pair} | awk '{print $2}'` set line=`grep "pq.password" hg.conf` set pair=`echo $line| sed 's/=/\t/'`