src/hg/makeDb/doc/mm9.txt 1.104
1.104 2009/08/04 21:40:18 hartera
Added note about code addition for this track.
Index: src/hg/makeDb/doc/mm9.txt
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/makeDb/doc/mm9.txt,v
retrieving revision 1.103
retrieving revision 1.104
diff -b -B -U 4 -r1.103 -r1.104
--- src/hg/makeDb/doc/mm9.txt 31 Jul 2009 04:17:56 -0000 1.103
+++ src/hg/makeDb/doc/mm9.txt 4 Aug 2009 21:40:18 -0000 1.104
@@ -9488,8 +9488,10 @@
see doc/builds.txt for specific details.
############################################################################
# VEGA GENES UPDATE TO BUILD 35 (DONE, 2009-07-30, hartera)
# Needs updating as the current version is build 31 from May 2008.
+# 2009-08-03 (hartera) - Added code to register track handler for
+# vegaGeneComposite.
# Download the VEGA genes for mouse from the ftp site
# This file is from 03/17/09.
wget --timestamping \
@@ -9530,5 +9532,11 @@
# clean up
rm *.bak
+ # 2009-08-03 (hartera)
+ # Added code to src/hg/hgTracks/simpleTracks.c to register a track
+ # handler for vegaGeneComposite that is now used for this data. This used
+ # vegaGeneMethods to display the name2 field (gene) as the item label in
+ # the track.
+
############################################################################