src/utils/qa/qaThis.csh 1.13
1.13 2010/04/28 00:52:45 antonio
fixing spacing issues, reinserting makedoc info
Index: src/utils/qa/qaThis.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/qaThis.csh,v
retrieving revision 1.12
retrieving revision 1.13
diff -b -B -U 4 -r1.12 -r1.13
--- src/utils/qa/qaThis.csh 27 Apr 2010 20:40:26 -0000 1.12
+++ src/utils/qa/qaThis.csh 28 Apr 2010 00:52:45 -0000 1.13
@@ -60,11 +60,21 @@
set tables=$tableList
#--------------------------------------------------
#Display Table name
+echo
echo "~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~ "
echo "$tables"
echo
+echo "~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~ "
+echo
+
+# ------------------------------------------------
+#Verify make doc:
+echo "*~*~*~*~*~*~*~*~*~*~*~*~*~*"
+echo "Verify the makedoc at:"
+echo "~/kent/src/hg/makeDb/doc/$db.txt"
+echo
#------------------------------------------------
#check getSplit.csh
echo "*~*~*~*~*~*~*~*~*~*~*~*~*~*"
@@ -106,9 +116,8 @@
echo "featureBits -countGaps $db $tables gap"
featureBits -countGaps $db $tables gap
-
# ------------------------------------------------
# check Table sort for table:
echo "*~*~*~*~*~*~*~*~*~*~*~*~*~*"
@@ -140,26 +149,22 @@
echo "*~*~*~*~*~*~*~*~*~*~*~*~*~*"
echo "check level for html and trackDb entry:"
findLevel $db $tables
-# ------------------------------------------------
-#Verify make doc:
-echo "*~*~*~*~*~*~*~*~*~*~*~*~*~*"
-echo "Verify the makedoc at:"
-echo "~/kent/src/hg/makeDb/doc/$db.txt"
-
#----------------------------------------------
#Show the first 3 rows
echo "*~*~*~*~*~*~*~*~*~*~*~*~*~*"
echo "Here are the first three rows of the table:"
hgsql -e "select * from ${tables} limit 3" $db
+echo
#------------------------------------------------
#Count per Chrom
if ( $countPerChr == "c" ) then
echo "*~*~*~*~*~*~*~*~*~*~*~*~*~*"
echo "Check countPerChrom.csh"
countPerChrom.csh $db $tables
+ echo
endif
endif
exit 0