fca2e7af28dc62c054789df264fc198dc0325c8b kuhn Fri Feb 8 13:46:15 2013 -0800 adjusted getRRdumpfile.csh and getRRtableStatus.csh to accommodate rrnfs1 diff --git src/utils/qa/getRRdumpfile.csh src/utils/qa/getRRdumpfile.csh index 266b6ca..adc7ce5 100755 --- src/utils/qa/getRRdumpfile.csh +++ src/utils/qa/getRRdumpfile.csh @@ -21,31 +21,31 @@ echo " gets the filename of the TABLE STATUS dump from RR" echo " using mark's genbank dumps." echo " warning: not in real time. uses overnight dump." echo echo " usage: database [hgwdev | hgwbeta | rr | hgnfs1]" echo echo " defaults to rr. optionally gives results for dev or beta" echo exit else set database=$argv[1] endif if ( $#argv == 2 ) then set machine=$argv[2] - echo $machine | egrep -q "hgwdev|hgwbeta|rr|hgnfs1" + echo $machine | egrep -q "hgwdev|hgwbeta|rr|hgnfs1|rrnfs1" if ( $status ) then echo echo " $machine not a valid machine" echo exit 1 endif endif if ( "rr" == $machine ) then set machine="hgnfs1" endif # set path to directory of dated dumps for the proper machine set machpath=$rootpath/$machine