src/utils/qa/qaThis.csh 1.10

1.10 2010/04/15 17:20:51 antonio
fixing some errors, commenting out features until adjusted
Index: src/utils/qa/qaThis.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/qaThis.csh,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -B -U 4 -r1.9 -r1.10
--- src/utils/qa/qaThis.csh	12 Apr 2010 20:43:31 -0000	1.9
+++ src/utils/qa/qaThis.csh	15 Apr 2010 17:20:51 -0000	1.10
@@ -13,15 +13,15 @@
 #set third=""
 set fourth=""
 set countPerChr=""
 
-if ($#argv == 1) then
-  if ( $argv[1] == "CLEAN" || $argv[1] == "clean" ) then 
-  rm *.qa
-  rm *.gapFile
-  exit 0
-  endif
-endif
+#if ($#argv == 1) then
+#  if ( $argv[1] == "CLEAN" || $argv[1] == "clean" ) then 
+#  rm *.qa
+#  rm *.gapFile
+#  exit 0
+#  endif
+#endif
 
 if ($#argv < 2 || $#argv > 3) then
   echo
   echo " Runs basic QA scripts on your table(s)"
@@ -35,10 +35,10 @@
   echo
   echo "    Works if you provide a list of tables"
   echo "    In that case, it creates db.tableName.qa files"
   echo 
-  echo "    Added clean-up functionality to remove all .qa and .gapFile files"
-  echo "    Usage:   CLEAN or clean
+#  echo "    Added clean-up functionality to remove all .qa and .gapFile files"
+#  echo "    Usage:   CLEAN or clean"
   echo
 
   exit
 else