2551627f03663d33d2748252a112994e07a2b9e1 fanhsu Mon Jun 13 17:20:08 2011 -0700 Commented out the 'Others' option for omimLocatioocation for the time being. diff --git src/hg/hgTrackUi/hgTrackUi.c src/hg/hgTrackUi/hgTrackUi.c index c5f8e14..ec5f826 100644 --- src/hg/hgTrackUi/hgTrackUi.c +++ src/hg/hgTrackUi/hgTrackUi.c @@ -1428,32 +1428,34 @@ { char varName[64]; char *geneLabel; safef(varName, sizeof(varName), "%s.label", tdb->track); geneLabel = cartUsualString(cart, varName, "OMIM ID"); printf("<BR><B>Include Entries of:</B> "); printf("<UL>\n"); printf("<LI>"); labelMakeCheckBox(tdb, "class1", "Class 1: the disorder has been placed on the map based on its association with a gene, but the underlying defect is not known.", TRUE); printf("<LI>"); labelMakeCheckBox(tdb, "class2", "Class 2: the disorder has been placed on the map by linkage; no mutation has been found.", TRUE); printf("<LI>"); labelMakeCheckBox(tdb, "class3", "Class 3: the molecular basis for the disorder is known; a mutation has been found in the gene.", TRUE); printf("<LI>"); labelMakeCheckBox(tdb, "class4", "Class 4: a contiguous gene deletion or duplication syndrome; multiple genes are deleted or duplicated causing the phenotype.", TRUE); -printf("<LI>"); -labelMakeCheckBox(tdb, "others", "Others: no associated OMIM phenotype class info available.", TRUE); + +// removed the "others" option for the time being +//printf("<LI>"); +//labelMakeCheckBox(tdb, "others", "Others: no associated OMIM phenotype class info available.", TRUE); printf("</UL>"); } void omimGene2Config(struct trackDb *tdb) /* Put up OMIM Genes track controls */ { char varName[64]; char *geneLabel; safef(varName, sizeof(varName), "%s.label", tdb->track); geneLabel = cartUsualString(cart, varName, "OMIM ID"); printf("<BR><B>Include Entries of:</B> "); printf("<UL>\n"); printf("<LI>"); labelMakeCheckBox(tdb, "class1", "Class 1: the disorder has been placed on the map based on its association with a gene, but the underlying defect is not known.", TRUE); printf("<LI>");