src/utils/qa/trackDb_compare.csh 1.3
1.3 2009/03/24 19:10:45 rhead
Reverting to -h hgwbeta.
Index: src/utils/qa/trackDb_compare.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/trackDb_compare.csh,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/utils/qa/trackDb_compare.csh 21 Mar 2009 00:29:25 -0000 1.2
+++ src/utils/qa/trackDb_compare.csh 24 Mar 2009 19:10:45 -0000 1.3
@@ -32,9 +32,9 @@
echo
echo "Compare tableName, shortLabel and type fields"
hgsql -N -e "SELECT tableName, shortLabel, type FROM $table" $db_dev | sort > $db_dev.$table.hgwdev.comp1.sort.txt
-hgsql -h hgofbeta -N -e "SELECT tableName, shortLabel, type FROM $table" $db_beta | sort > $db_beta.$table.hgwbeta.comp1.sort.txt
+hgsql -h hgwbeta -N -e "SELECT tableName, shortLabel, type FROM $table" $db_beta | sort > $db_beta.$table.hgwbeta.comp1.sort.txt
# Determine lines uniq to dev and beta
set uniqDev=`comm -23 $db_dev.$table.hgwdev.comp1.sort.txt $db_beta.$table.hgwbeta.comp1.sort.txt | wc -l`
set uniqBeta=`comm -13 $db_dev.$table.hgwdev.comp1.sort.txt $db_beta.$table.hgwbeta.comp1.sort.txt | wc -l`