src/utils/qa/qaThis.csh 1.7
1.7 2010/04/10 00:24:04 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.6
retrieving revision 1.7
diff -b -B -U 4 -r1.6 -r1.7
--- src/utils/qa/qaThis.csh 10 Apr 2010 00:20:28 -0000 1.6
+++ src/utils/qa/qaThis.csh 10 Apr 2010 00:24:04 -0000 1.7
@@ -13,12 +13,14 @@
#set third=""
set fourth=""
set countPerChr=""
-if ($#argv == 1 && $argv[1] == "CLEAN") then
+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