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

1.37 2009/04/06 20:38:38 larrym
add dcc to downloadDir
Index: src/hg/utils/automation/Encode.pm
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/automation/Encode.pm,v
retrieving revision 1.36
retrieving revision 1.37
diff -b -B -U 4 -r1.36 -r1.37
--- src/hg/utils/automation/Encode.pm	22 Mar 2009 02:38:12 -0000	1.36
+++ src/hg/utils/automation/Encode.pm	6 Apr 2009 20:38:38 -0000	1.37
@@ -345,9 +345,9 @@
 
 sub downloadDir
 {
     my ($daf) = @_;
-    return "/usr/local/apache/htdocs/goldenPath/$daf->{assembly}/" . compositeTrackName($daf);
+    return "/usr/local/apache/htdocs/goldenPath/$daf->{assembly}/dcc/" . compositeTrackName($daf);
 }
 
 sub daysInMonth
 {