src/hg/utils/automation/makeGenomeDb.pl 1.24

1.24 2009/08/07 21:13:12 hiram
Trim down the gold and gap initial trackDb.ra entries
Index: src/hg/utils/automation/makeGenomeDb.pl
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/automation/makeGenomeDb.pl,v
retrieving revision 1.23
retrieving revision 1.24
diff -b -B -U 4 -r1.23 -r1.24
--- src/hg/utils/automation/makeGenomeDb.pl	6 Aug 2009 18:22:31 -0000	1.23
+++ src/hg/utils/automation/makeGenomeDb.pl	7 Aug 2009 21:13:12 -0000	1.24
@@ -1007,26 +1007,14 @@
 
   my $fh = &HgAutomate::mustOpen(">$topDir/html/trackDb.ra");
   print $fh <<_EOF_
 # Local declaration so that local gold.html is picked up.
-track gold
-shortLabel Assembly
-longLabel Assembly from Fragments
-group map
-priority 10
-visibility hide
-color 150,100,30
-altColor 230,170,40
-type bed 3 +
+track gold override
+html gold
 
 # Local declaration so that local gap.html is picked up.
-track gap
-shortLabel Gap
-longLabel Gap Locations
-priority 11
-group map
-visibility dense
-type bed 3 +
+track gap override
+html gap
 
 _EOF_
   ;
   if (! $chromBased) {