src/hg/makeDb/hgLoadWiggle/wigTableStats.sh 1.3

1.3 2009/11/25 19:10:44 hiram
Add viewLimits to usage message
Index: src/hg/makeDb/hgLoadWiggle/wigTableStats.sh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/makeDb/hgLoadWiggle/wigTableStats.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/hg/makeDb/hgLoadWiggle/wigTableStats.sh	25 Nov 2009 18:01:46 -0000	1.2
+++ src/hg/makeDb/hgLoadWiggle/wigTableStats.sh	25 Nov 2009 19:10:44 -0000	1.3
@@ -9,13 +9,15 @@
     echo "wigTableStats.sh - compute overall statistics for a wiggle table"
     echo
     echo "usage: wigTableStats.sh <db> <table>"
     echo "expected table is a wiggle table"
-    echo "output is a summary of min, max, average, count, sumData, stdDev"
+    echo "output is a summary of min, max, average, count, sumData, stdDev, viewLimits"
+    echo "the recommended viewLimits are: mean +- 5*stdDev limited by min,max"
+    echo "you will want to round those numbers to reasonable nearby values."
     exit 255
 fi
 
-echo -e "# db.table\tmin max mean count sumData stdDev"
+echo -e "# db.table\tmin max mean count sumData stdDev viewLimits"
 
 echo -e -n "${DB}.${T}\t"
 
 hgsql -N ${DB} \