src/hg/utils/automation/HgAutomate.pm 1.29

1.29 2010/05/20 23:13:33 hiram
htdocs-download is actually htdocs-hgdownload
Index: src/hg/utils/automation/HgAutomate.pm
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/automation/HgAutomate.pm,v
retrieving revision 1.28
retrieving revision 1.29
diff -b -B -U 4 -r1.28 -r1.29
--- src/hg/utils/automation/HgAutomate.pm	20 May 2010 22:58:58 -0000	1.28
+++ src/hg/utils/automation/HgAutomate.pm	20 May 2010 23:13:33 -0000	1.29
@@ -477,8 +477,10 @@
 }
 
 
 #########################################################################
+#	These items should come from a configuration file so this
+#	business can be easily set up in other environments.
 # Hardcoded paths/command sequences:
 use vars qw( 	$gensub2 $para $paraRun $centralDbSql $cvs
 		$clusterData $trackBuild $goldenPath $images $gbdb
 		$splitThreshold $runSSH $setMachtype
@@ -496,9 +498,9 @@
 
 $clusterData = '/hive/data/genomes';
 $trackBuild = 'bed';
 my $apacheRoot = '/usr/local/apache';
-$goldenPath = "$apacheRoot/htdocs-download/goldenPath";
+$goldenPath = "$apacheRoot/htdocs-hgdownload/goldenPath";
 $images = "$apacheRoot/htdocs/images";
 $gbdb = '/gbdb';
 
 # This is the max number of sequences in an assembly that we will consider