src/hg/lib/trackDb.as 1.6

1.6 2010/05/11 01:43:30 kent
Refactoring to split the trackDb.tableName field into separate track and table fields. Similarly track.mapName field goes to the same track and table fields.
Index: src/hg/lib/trackDb.as
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/trackDb.as,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/hg/lib/trackDb.as	27 Apr 2004 00:03:10 -0000	1.5
+++ src/hg/lib/trackDb.as	11 May 2010 01:43:30 -0000	1.6
@@ -1,8 +1,8 @@
 table trackDb
 "This describes an annotation track."
 (
-string tableName; "Symbolic ID of Track"
+string track; 	"Symbolic ID of Track"
 string shortLabel; "Short label displayed on left"
 string type;      "Track type: bed, psl, genePred, etc."
 string longLabel; "Long label displayed in middle"
 ubyte visibility; "0=hide, 1=dense, 2=full, 3=pack, 4=squish"