src/utils/qa/doGenbankTests 1.3
1.3 2009/04/11 00:37:03 rhead
Sourced new qaConfig file at the top. Changed -h hgwbeta lines to look for sql host stored in a variable, specified in the new qaConfig file.
Index: src/utils/qa/doGenbankTests
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/doGenbankTests,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/utils/qa/doGenbankTests 10 Apr 2009 21:53:45 -0000 1.2
+++ src/utils/qa/doGenbankTests 11 Apr 2009 00:37:03 -0000 1.3
@@ -124,9 +124,9 @@
echo -e "--> Running gbSanity, and putting output in:"
echo -e "${HOST}:${sanityPath}/misc/${db}.sanity.$timestamp"
(cd ${sanityPath} && bin/x86_64/gbSanity $db >& misc/${db}.sanity.$timestamp) || allOk=no
echo -e "Here is the last line of ${db}.sanity.$timestamp:\n"
-tail -1
+tail -1 ${db}.sanity.$timestamp
echo -e "If there are any errors here, consult Mark Diekhans.\n"
# run featureBits
echo -e "--> Running featureBits. Remember to paste this into the pushqueue:\n"