ddd04f80fbc63b2feabf84f335fbb999f6247200 mspeir Thu Mar 30 08:01:05 2017 -0700 changing table dump location, no redmine diff --git src/utils/qa/getRRtables.csh src/utils/qa/getRRtables.csh index 2a1cf8d..860f73a 100755 --- src/utils/qa/getRRtables.csh +++ src/utils/qa/getRRtables.csh @@ -1,28 +1,28 @@ #!/bin/tcsh source `which qaConfig.csh` ################################ # 10-12-04 # gets the names of all tables from an RR database # using mark's genbank dumps. # # Robert Kuhn ################################ set database="" -set rootpath="/cluster/data/genbank/var/tblstats" # mark's TABLE STATUS dump +set rootpath="/hive/data/outside/genbank/var/tblstats" # mark's TABLE STATUS dump set mach1="" set dirname1="" set machpath1="" set fullpath1="" set debug="true" set debug="false" if ($#argv != 2) then echo echo " gets the names of all tables from an RR database" echo " using mark's genbank dumps." echo " warning: not in real time. uses overnight dump." echo echo " usage: RRmachine database"