src/hg/utils/automation/Encode.pm 1.65
1.65 2010/05/20 22:58:23 braney
change download directory
Index: src/hg/utils/automation/Encode.pm
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/automation/Encode.pm,v
retrieving revision 1.64
retrieving revision 1.65
diff -b -B -U 4 -r1.64 -r1.65
--- src/hg/utils/automation/Encode.pm 21 Apr 2010 19:18:52 -0000 1.64
+++ src/hg/utils/automation/Encode.pm 20 May 2010 22:58:23 -0000 1.65
@@ -408,9 +408,9 @@
sub downloadDir
{
my ($daf) = @_;
- return "/usr/local/apache/htdocs/goldenPath/$daf->{assembly}/encodeDCC/" . compositeTrackName($daf);
+ return "/usr/local/apache/htdocs-hgdownload/goldenPath/$daf->{assembly}/encodeDCC/" . compositeTrackName($daf);
}
sub gbdbDir
{