src/utils/qa/qaEncodeTracks.csh 1.6

1.6 2010/01/28 01:27:16 ann
we don't need that much output in the index check (thanks Brooke)
Index: src/utils/qa/qaEncodeTracks.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/qaEncodeTracks.csh,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/utils/qa/qaEncodeTracks.csh	22 Jan 2010 19:50:44 -0000	1.5
+++ src/utils/qa/qaEncodeTracks.csh	28 Jan 2010 01:27:16 -0000	1.6
@@ -83,15 +83,15 @@
 
 # check table index for each table
 echo "\n\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
 echo "*** Check table INDEX ***"
-echo "(Only prints the INDEX if there are less than two indicies."
-echo "Presumably, these two will include bin and something else)."
+echo "(Only prints the INDEX if there are less than two indices."
+echo "Presumably, these two will include bin and something else."
+echo "Note that bbi tables will have no index.)"
 foreach table ( $tables )
  set num=`hgsql -N -e "SHOW INDEX FROM $table" $db | wc -l`
  if ( $num < 2 ) then
-  echo "ERROR:"
-  hgsql -N -e "SHOW INDEX FROM $table" $db
+  echo "ERROR: $table has less than 2 indices"
  endif 
 end
 
 # checkTableCoords for each table (instead of checkOffend.csh)