src/utils/qa/qaEncodeTracks.csh 1.8

1.8 2010/03/15 20:15:46 pauline
Added the other two file formats implied by bbi for clarity.
Index: src/utils/qa/qaEncodeTracks.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/qaEncodeTracks.csh,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -B -U 4 -r1.7 -r1.8
--- src/utils/qa/qaEncodeTracks.csh	4 Feb 2010 20:22:37 -0000	1.7
+++ src/utils/qa/qaEncodeTracks.csh	15 Mar 2010 20:15:46 -0000	1.8
@@ -85,9 +85,9 @@
 echo "\n\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
 echo "*** Check table INDEX ***"
 echo "(Only prints the INDEX if there are fewer than two indices."
 echo "Presumably, these two will include bin and something else."
-echo "Note that bbi tables will have no index.)"
+echo "Note that bbi, bigBed and bigWig 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: $table has fewer than 2 indices"