src/utils/qa/compareTrackDbAll.csh 1.21
1.21 2009/05/06 17:33:18 kuhn
clarified output so it is clear that "not real time" refers only to RR results
Index: src/utils/qa/compareTrackDbAll.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/compareTrackDbAll.csh,v
retrieving revision 1.20
retrieving revision 1.21
diff -b -B -U 4 -r1.20 -r1.21
--- src/utils/qa/compareTrackDbAll.csh 11 Apr 2009 00:37:02 -0000 1.20
+++ src/utils/qa/compareTrackDbAll.csh 6 May 2009 17:33:18 -0000 1.21
@@ -15,9 +15,9 @@
echo
echo " usage: database [machine1] [machine2] [mode] "
echo
echo " (defaults to hgw1 and hgwbeta)"
- echo " mode = (fast|verbose|fastVerbose) "
+ echo " mode = (fast | verbose | fastVerbose) "
echo " - verbose is for html field - defaults to terse"
echo " - fast = (mysql-genome) - defaults to realTime (WGET)"
echo
exit 1
@@ -43,11 +43,9 @@
if ( $#argv == 4 ) then
set inputMode = $argv[4]
endif
-# if ( $inputMode != "fast" && $inputMode != "fastVerbose" \
-# && $inputMode != "verbose" && $inputMode != "" ) then
-
+# confirm that choice of mode is acceptable
if (! ( $inputMode == "fast" || $inputMode == "fastVerbose" \
|| $inputMode == "verbose" || $inputMode == "" )) then
echo
echo " mode ($inputMode) not acceptable.\n"
@@ -91,9 +89,9 @@
compareTrackDbFast.csh $machine1 $machine2 $db $field
if ( $status ) then
exit 1
endif
- echo " not real time for $field"
+ echo " not real time for $field for RR results."
else
# echo "\n mode2 = $mode2"
# echo "field = $field"
compareTrackDbs.csh $machine1 $machine2 $db $field
@@ -125,9 +123,9 @@
else
# mode is verbose: spew results to stdout
echo
compareTrackDbFast.csh $machine1 $machine2 $db $field
- echo " not real time for $field"
+ echo " not real time for $field for RR results."
echo
endif
exit 0