bb95fee447f41a6d7be40a8cccaf5a20aa011ed2
ann
  Fri Oct 11 14:42:31 2013 -0700
replacing the hard-coded location of the genbank TABLE STATUS dump files to the global qaConfig-defined one. Sometimes they are on rrnfs1 and sometimes they are on hgnfs1
diff --git src/utils/qa/checkTableStatus.csh src/utils/qa/checkTableStatus.csh
index acae9f9..de4f907 100755
--- src/utils/qa/checkTableStatus.csh
+++ src/utils/qa/checkTableStatus.csh
@@ -1,19 +1,17 @@
 #!/bin/tcsh
 source `which qaConfig.csh`
 
 ################################
 #  10-03-06
 #
 #  Checks the date for the last TABLE STATUS dump for 
 #  dev, beta and each of the 8 RR machines.
 #
 ################################
 
-
 echo "TABLE STATUS files were last dumped:"
 echo " hgwdev: `ls -1 /cluster/data/genbank/var/tblstats/hgwdev | tail -1`"
 echo "hgwbeta: `ls -1 /cluster/data/genbank/var/tblstats/hgwbeta | tail -1`"
-echo " rrnfs1: `ls -1 /cluster/data/genbank/var/tblstats/rrnfs1 | tail -1`"
+echo "     rr: `ls -1 /cluster/data/genbank/var/tblstats/$tblStatusDumps | tail -1`"
 echo 
 
-