src/utils/qa/chainNetTrio.csh 1.11
1.11 2010/02/24 19:20:54 ann
added informational statement about what to do when the script finishes
Index: src/utils/qa/chainNetTrio.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/chainNetTrio.csh,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -B -U 4 -r1.10 -r1.11
--- src/utils/qa/chainNetTrio.csh 31 Jul 2009 18:50:35 -0000 1.10
+++ src/utils/qa/chainNetTrio.csh 24 Feb 2010 19:20:54 -0000 1.11
@@ -44,6 +45,8 @@
nice chain2.csh $db chrN_chain$table >& $db.chain2.$table
nice net.csh $db net$table >& $db.net.$table
endif
+echo "\nThe script has finished. You should now check the output in these"
+echo " three files: $db.chain.$table, $db.chain2.$table, $db.net.$table\n"
-
+exit 0