src/hg/utils/automation/Encode.pm 1.39
1.39 2009/04/13 23:36:12 kate
Correct path for ENCODE downloads
Index: src/hg/utils/automation/Encode.pm
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/automation/Encode.pm,v
retrieving revision 1.38
retrieving revision 1.39
diff -b -B -U 4 -r1.38 -r1.39
--- src/hg/utils/automation/Encode.pm 7 Apr 2009 18:23:11 -0000 1.38
+++ src/hg/utils/automation/Encode.pm 13 Apr 2009 23:36:12 -0000 1.39
@@ -345,9 +345,9 @@
sub downloadDir
{
my ($daf) = @_;
- return "/usr/local/apache/htdocs/goldenPath/$daf->{assembly}/dcc/" . compositeTrackName($daf);
+ return "/usr/local/apache/htdocs/goldenPath/$daf->{assembly}/encodeDCC/" . compositeTrackName($daf);
}
sub daysInMonth
{