src/utils/qa/copyExtSeqRows.csh 1.8

1.8 2009/05/21 22:58:26 ann
exit at the end of setup run just in case something is wrong and it runs into the real run
Index: src/utils/qa/copyExtSeqRows.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/copyExtSeqRows.csh,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -B -U 4 -r1.7 -r1.8
--- src/utils/qa/copyExtSeqRows.csh	21 May 2009 22:54:35 -0000	1.7
+++ src/utils/qa/copyExtSeqRows.csh	21 May 2009 22:58:26 -0000	1.8
@@ -285,8 +285,10 @@
  echo "  the seq table, you will have to grep your files for actual item"
  echo "  entires (quite often the items are preceeded by a '>')." 
  echo "    e.g. cat /gbdb/../../fileName | grep '>' | wc -l\n"
 
+echo "\nthe end.\n"
+exit 0
 ### END SETUP RUN
 endif
 
 ### START REAL RUN
@@ -516,9 +518,8 @@
  echo "  When you're ready to do a cleanup, here's a list of what can be"
  echo "  deleted (it is OK if not all of the files exist):\n"
  echo "     $listOfFiles $extraFiles\n"
 
-### END REAL RUN
-endif
-
 echo "\nthe end.\n"
 exit 0
+### END REAL RUN
+endif