e0b8f4cc8f57eff9924bae95185b46d96b21dced rhead Wed Jun 23 18:48:52 2010 -0700 Changed the copy step at the end to a move, to keep files from accumulating in the qateam home directory. diff --git src/utils/qa/getGbdbBeta.csh src/utils/qa/getGbdbBeta.csh index 5f0c0da..422d322 100755 --- src/utils/qa/getGbdbBeta.csh +++ src/utils/qa/getGbdbBeta.csh @@ -103,7 +103,7 @@ endif sort xxfullListxx > gbdb.$db.$todayDate -cp gbdb.$db.$todayDate /usr/local/apache/htdocs-genecats/qa/test-results/gbdb +mv gbdb.$db.$todayDate /usr/local/apache/htdocs-genecats/qa/test-results/gbdb # clean up rm -f xxAssembliesxx