src/utils/qa/checkWigFiles.csh 1.3

1.3 2009/06/25 23:02:55 rhead
Changed the error and usage message so that it does not appear that something is assumed about the location of the file specified.
Index: src/utils/qa/checkWigFiles.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/checkWigFiles.csh,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/utils/qa/checkWigFiles.csh	29 Apr 2009 17:23:56 -0000	1.2
+++ src/utils/qa/checkWigFiles.csh	25 Jun 2009 23:02:55 -0000	1.3
@@ -26,9 +26,9 @@
  echo "  usage:  database tableName fileName [rm]"
  echo "   fileName includes path of wig download file "
  echo "    (.txt and/or .gz files are OK)"
  echo
- echo "    e.g. /goldenPath/<db>/wig/fileName.wig"
+ echo "    e.g. /usr/local/apache/htdocs/goldenPath/<db>/wig/fileName.wig"
  echo
  echo "    add rm if you would like the output files to be removed."
  echo
  exit
@@ -50,9 +50,9 @@
 endif
 
 if ( ! -e $file ) then
  echo "\nERROR: sorry I can't find the original wig file here:"
- echo " /usr/local/apahce/htdocs$file\n"
+ echo " $file\n"
  exit 1
 endif
 
 # convert Wiggle ascii data file to binary format