src/utils/qa/qaEncodeTracks.csh 1.12
1.12 2010/03/25 16:36:12 antonio
changing tableCoord info
Index: src/utils/qa/qaEncodeTracks.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/qaEncodeTracks.csh,v
retrieving revision 1.11
retrieving revision 1.12
diff -b -B -U 4 -r1.11 -r1.12
--- src/utils/qa/qaEncodeTracks.csh 19 Mar 2010 18:58:14 -0000 1.11
+++ src/utils/qa/qaEncodeTracks.csh 25 Mar 2010 16:36:12 -0000 1.12
@@ -96,9 +96,9 @@
# checkTableCoords for each table (instead of checkOffend.csh)
echo "\n\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
echo "*** checkTableCoords for each table ***"
-echo "(Only prints if there are coords off the end of a chrom)"
+echo "(Only prints if there are illegal coordinates in table)"
foreach table ( $tables )
checkTableCoords $db $table
end