src/hg/encode/encodeCharts/encodeTimeline.py 1.3

1.3 2010/04/08 00:29:15 bsuh
Updated path to important dates file
Index: src/hg/encode/encodeCharts/encodeTimeline.py
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/encode/encodeCharts/encodeTimeline.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/hg/encode/encodeCharts/encodeTimeline.py	7 Apr 2010 23:13:58 -0000	1.2
+++ src/hg/encode/encodeCharts/encodeTimeline.py	8 Apr 2010 00:29:15 -0000	1.3
@@ -13,9 +13,9 @@
 # Directory containing the report files
 reportDir = "/hive/groups/encode/dcc/reports"
 
 # File listing the important events and dates
-importantDatesFile = "/hive/users/bsuh/encode/important.dates.tab"
+importantDatesFile = "/hive/groups/encode/dcc/charts/important.dates.tab"
 
 # Given the directory of reports, find the latest report
 # Return the filename of the latest report
 def getRecentReport (reportDir):