b9fced4a76dc41a844370d987ed5121a9966e93c rhead Thu Apr 14 11:47:11 2011 -0700 Changed usage statement to be slightly more specific. diff --git src/utils/qa/getMatrixLines.csh src/utils/qa/getMatrixLines.csh index 0384690..b30b525 100755 --- src/utils/qa/getMatrixLines.csh +++ src/utils/qa/getMatrixLines.csh @@ -7,31 +7,31 @@ # 10-23-2007 # Gets the two lines needed for chain blocks in trackDb.ra files. # Written by Ann Zweig # ############################################### set db1="" set db2="" set out1="" set out2="" set matrix="" if ( $#argv != 2 ) then echo - echo ' Searches the documentation to find the correct parameters for the ' + echo ' Searches the README.txt files to find the correct parameters for the ' echo ' $matrix variable. This is the q-parameter from the blastz run. ' echo echo ' usage: fromDb toDb (these can be in either order)' echo exit else set db1=$argv[1] set db2=$argv[2] endif if ( "$HOST" != "hgwdev" ) then echo "\n ERROR: you must run this script on dev!\n" exit 1 endif