src/utils/qa/checkCoverage.csh 1.7
1.7 2009/04/17 18:28:51 kuhn
clarified usage statement a little
Index: src/utils/qa/checkCoverage.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/checkCoverage.csh,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -B -U 4 -r1.6 -r1.7
--- src/utils/qa/checkCoverage.csh 11 Apr 2009 00:37:01 -0000 1.6
+++ src/utils/qa/checkCoverage.csh 17 Apr 2009 18:28:51 -0000 1.7
@@ -16,9 +16,9 @@
set send=""
if ($#argv < 2 || $#argv > 3 ) then
echo
- echo " find all the places where data missing from a track."
+ echo " find all the non-gap places where data missing from a track."
echo
echo " usage: database table [chrom]"
echo
echo ' where "chrom" limits to single chrom'