src/hg/utils/refreshNamedSessionCustomTracks/refreshSessionCtFilesInner.csh 1.4
1.4 2010/01/22 05:57:54 angie
Adding -atime=123 option to refreshNamedSessionCustomTracks, so we will no longer refresh files in sessions that have not been accessed in >4 months.
Index: src/hg/utils/refreshNamedSessionCustomTracks/refreshSessionCtFilesInner.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/refreshNamedSessionCustomTracks/refreshSessionCtFilesInner.csh,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 4 -r1.3 -r1.4
--- src/hg/utils/refreshNamedSessionCustomTracks/refreshSessionCtFilesInner.csh 19 Oct 2009 23:10:18 -0000 1.3
+++ src/hg/utils/refreshNamedSessionCustomTracks/refreshSessionCtFilesInner.csh 22 Jan 2010 05:57:54 -0000 1.4
@@ -38,9 +38,9 @@
uptime
endif
ps -eafl > $logDir/before.log
-/cluster/bin/x86_64/refreshNamedSessionCustomTracks hgcentral -verbose=4 \
+/cluster/bin/x86_64/refreshNamedSessionCustomTracks hgcentral -atime=123 -verbose=4 \
>& $tmpLog
ps -eafl > $logDir/after.log
/cluster/bin/scripts/makeExclusionList.pl $tmpOut $tmpLog \
| fgrep -w expired \