50a598a1f3d2cbbd8888d942179d77ee557e9122 kuhn Wed Mar 20 10:01:31 2013 -0700 made it possible to use euronode in addition to genome-euro diff --git src/utils/qa/getTableStatus.csh src/utils/qa/getTableStatus.csh index 3762699..75f9c6b 100755 --- src/utils/qa/getTableStatus.csh +++ src/utils/qa/getTableStatus.csh @@ -29,30 +29,34 @@ exit else set db=$argv[1] endif if ( "$HOST" != "hgwdev" ) then echo "\n error: you must run this script on dev!\n" exit 1 endif if ( $#argv == 2 ) then set mach=$argv[2] endif +if ( $mach == euronode ) then + set mach="genome-euro" +endif + checkMachineName.csh $mach if ( $status ) then exit 1 endif # get the STATUS set url1="http://" set url2a=".cse" set url2=".ucsc.edu/cgi-bin/hgTables?db=$db&hgta_doMetaData=1" set url3="&hgta_metaStatus=1" if ( $mach == genome-euro ) then set url="$url1$mach$url2$url3" else set url="$url1$mach$url2a$url2$url3" endif