src/hg/utils/automation/Encode.pm 1.58

1.58 2010/03/22 23:28:22 krish
added function to get the gbdb store dir
Index: src/hg/utils/automation/Encode.pm
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/automation/Encode.pm,v
retrieving revision 1.57
retrieving revision 1.58
diff -b -B -U 4 -r1.57 -r1.58
--- src/hg/utils/automation/Encode.pm	15 Mar 2010 04:33:55 -0000	1.57
+++ src/hg/utils/automation/Encode.pm	22 Mar 2010 23:28:22 -0000	1.58
@@ -394,8 +394,14 @@
     my ($daf) = @_;
     return "/usr/local/apache/htdocs/goldenPath/$daf->{assembly}/encodeDCC/" . compositeTrackName($daf);
 }
 
+sub gbdbDir
+{
+    my ($daf) = @_;
+    return downloadDir($daf) . "/gbdb";
+}
+
 sub daysInMonth
 {
     # $mon and $year are in format returned by localtime
     my ($mon, $year) = @_;