src/utils/qa/copyExtSeqRows.csh 1.2

1.2 2009/02/23 22:08:16 ann
cleaned up an ouput comment to make it specific to a certain type of run (thanks Brooke!)
Index: src/utils/qa/copyExtSeqRows.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/copyExtSeqRows.csh,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/utils/qa/copyExtSeqRows.csh	11 Dec 2008 22:52:59 -0000	1.1
+++ src/utils/qa/copyExtSeqRows.csh	23 Feb 2009 22:08:16 -0000	1.2
@@ -492,14 +492,18 @@
  echo '# foreach val in $seqExtFile'
  echo '#  hgsql -h hgwbeta -e DELETE FROM seq WHERE extFile = $val $db'
  echo '# end\n'
 
+ if ( "update" == $type && 1 == "$case" ) then
  echo "4. This script only *copied* rows from the tables on dev to those on beta;"
  echo "  it did not remove them from the tables on dev.  If you determine that"
  echo "  the rows should be removed from the extFile and seq tables on dev,"
  echo "  you will need to do that yourself.  You will find a list of the rows"
  echo "  that can be removed in these two files:\n"
  echo "     XXextFileCopyFromDevXX    XXseqCopyFromDevXX\n"
+  else
+   echo "4. Given your input parameters, there is no step four!\n"
+ endif
 
  echo "5. Before any changes were made on hgwbeta, the extFile and seq tables"
  echo "  were backed up.  If you are sure that everything went fine, you"
  echo "  should delete them (from hgwbeta):\n"