src/utils/qa/getChainLines.csh 1.3

1.3 2010/05/21 23:52:35 vanessa
changed the path names for the htdoc reorganization to htdoc-genecats and htdoc-hgdownload and changed the appropriate urls
Index: src/utils/qa/getChainLines.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/getChainLines.csh,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/utils/qa/getChainLines.csh	23 Sep 2009 18:01:57 -0000	1.2
+++ src/utils/qa/getChainLines.csh	21 May 2010 23:52:35 -0000	1.3
@@ -39,10 +39,10 @@
 
 set Db1=`echo $db1 | perl -wpe '$_ = ucfirst($_)'`
 set Db2=`echo $db2 | perl -wpe '$_ = ucfirst($_)'`
 
-set out1=`grep -s "Chain minimum score" /data/apache/htdocs/goldenPath/$db1/vs$Db2/README.txt`
-set out2=`grep -s "Chain minimum score" /data/apache/htdocs/goldenPath/$db2/vs$Db1/README.txt`
+set out1=`grep -s "Chain minimum score" /data/apache/htdocs-hgdownload/goldenPath/$db1/vs$Db2/README.txt`
+set out2=`grep -s "Chain minimum score" /data/apache/htdocs-hgdownload/goldenPath/$db2/vs$Db1/README.txt`
 
 if ( "$out1" != "") then
   set fullLine="$out1"
 else