src/hg/hgTrackUi/hgTrackUi.c 1.499
1.499 2009/08/28 17:47:07 hartera
Removed the hide noncoding genes option.
Index: src/hg/hgTrackUi/hgTrackUi.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTrackUi/hgTrackUi.c,v
retrieving revision 1.498
retrieving revision 1.499
diff -b -B -U 4 -r1.498 -r1.499
--- src/hg/hgTrackUi/hgTrackUi.c 28 Aug 2009 17:09:18 -0000 1.498
+++ src/hg/hgTrackUi/hgTrackUi.c 28 Aug 2009 17:47:07 -0000 1.499
@@ -1435,10 +1435,9 @@
{
geneIdConfig(tdb);
printf("<BR>\n");
-/* Put up noncoding option and codon coloring stuff. */
-hideNoncodingOpt(tdb);
+/* Put up codon coloring stuff. */
baseColorDrawOptDropDown(cart, tdb);
}
void ensemblNonCodingTypeConfig(struct trackDb *tdb)