src/utils/qa/chain.csh 1.32

1.32 2010/04/29 01:23:50 mary
adjusting message about checking the matrix, chainMinScore and chainLinearGap
Index: src/utils/qa/chain.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/chain.csh,v
retrieving revision 1.31
retrieving revision 1.32
diff -b -B -U 4 -r1.31 -r1.32
--- src/utils/qa/chain.csh	26 Apr 2010 16:31:49 -0000	1.31
+++ src/utils/qa/chain.csh	29 Apr 2010 01:23:50 -0000	1.32
@@ -371,28 +371,21 @@
 
 
 echo
 echo "*~*~*~*~*~*~*~*~*~*~*~*~*~*"
-#echo  "Find the correct parameters for the 3 trackDb variables"
-#echo  "which appears in the chain-OtherOrg download file."
-#echo  "Compare this to the chain description page."
-echo   "Go to the chain/net description page for this track"
-echo   "and compare the output which is taken from the chain-OtherOrg download file:"
+echo   "Go to the chain/net description page for this track, and make"
+echo   "sure that the matrix, the chainMinScore, and the chainLinearGap"
+echo   "are displayed correctly The correct values for the 3 variables"
+echo   "are given below. They were taken from the README page in the"
+echo   "in the downloads directory.:"
 echo
 
 getMatrixLines.csh $db $otherDb
 getChainLines.csh $db $otherDb
 
-
-set OrgName=`hgsql -Ne "SELECT organism FROM dbDb WHERE NAME LIKE '$db%'" hgcentraltest` 
-
-set OrgName=`echo $OrgName | tr '[A-Z]' '[a-z]'` 
-
-
 echo
-echo   "If the output doesn't match, put overrides in this file with the above output: " 
-echo   "/cluster/home/$USER/kent/src/hg/makeDb/trackDb/$OrgName/trackDb.chainNet.ra"
-echo   "*Note use the path name to guide you. It may not work perfectly in all cases."
+echo   "If any of the values are displayed incorrectly, adjust them in"
+echo   "trackDb.ra."
 
 
 # -------------------------------------------------
 # to push to beta: