src/utils/qa/copyExtSeqRows.csh 1.11

1.11 2009/05/22 17:57:29 ann
cleared up two output messages
Index: src/utils/qa/copyExtSeqRows.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/copyExtSeqRows.csh,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -B -U 4 -r1.10 -r1.11
--- src/utils/qa/copyExtSeqRows.csh	21 May 2009 23:41:41 -0000	1.10
+++ src/utils/qa/copyExtSeqRows.csh	22 May 2009 17:57:29 -0000	1.11
@@ -255,9 +255,11 @@
  else
   echo "2. Given your input parameters, there is no step two!\n" 
  endif
 
- echo "3. It is possible (even common) for there to be no seq table at all."
+ echo "3. It is possible (even common) for there to be no entries for your file"
+ echo "  in the seq table.  It is also possible (though less common) for there"
+ echo "  to be no seq table at all for this database."
  if ( 0 == $seqTable ) then
   echo "  For your database, there is no seq table on hgwbeta. Make sure"
   echo "  that makes sense to you before you run this script with 'real'."
   echo "  This script will work fine, even without a seq table.\n"
@@ -281,10 +283,10 @@
  echo "  items in your input file(s) to the count from the seq table on dev"
  echo "  which is $seqRowsDev (this only works for .fasta and .fa files, not"
  echo "  .maf files). You should expect them to be the same. Do not simply"
  echo "  compare the row counts of your file(s) with the $seqRowsDev rows in"
- echo "  the seq table, you will have to grep your files for actual item"
- echo "  entires (quite often the items are preceeded by a '>')." 
+ echo "  the seq table; instead you will have to grep your files for actual"
+ echo "  item entires (quite often the items are preceeded by a '>')." 
  echo "    e.g. cat /gbdb/../../fileName | grep '>' | wc -l\n"
 
 echo "\nthe end.\n"
 exit 0