src/utils/qa/qaThis.csh 1.6
1.6 2010/04/10 00:20:28 antonio
added cleanup functionality
Index: src/utils/qa/qaThis.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/qaThis.csh,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/utils/qa/qaThis.csh 9 Apr 2010 21:14:11 -0000 1.5
+++ src/utils/qa/qaThis.csh 10 Apr 2010 00:20:28 -0000 1.6
@@ -13,8 +13,14 @@
#set third=""
set fourth=""
set countPerChr=""
+if ($#argv == 1 && $argv[1] == "CLEAN") then
+ rm *.qa
+ rm *.gapFile
+ exit 0
+endif
+
if ($#argv < 2 || $#argv > 3) then
echo
echo " Runs basic QA scripts on your table(s)"
echo