ff6bb807522a2d8d7976f1f272fe246cec83293b braney Wed Dec 12 14:00:01 2018 -0800 take out ill considered code to turn off bigBed score filtering by default diff --git src/hg/lib/hui.c src/hg/lib/hui.c index 44df20d..f269a5f 100644 --- src/hg/lib/hui.c +++ src/hg/lib/hui.c @@ -5901,34 +5901,30 @@ printf("<OPTION %s>%s</OPTION>", sameString(setting, FILTERTEXT_REGEXP) ? "SELECTED" : "", FILTERTEXT_REGEXP ); printf("</SELECT>"); printf("</P>"); } } } void scoreCfgUi(char *db, struct cart *cart, struct trackDb *tdb, char *name, char *title, int maxScore, boolean boxed) // Put up UI for filtering bed track based on a score { char option[256]; boolean parentLevel = isNameAtParentLevel(tdb,name); boolean skipScoreFilter = FALSE; -// score filters are explicitly handled by bigBed. It's not automatically on. -if (tdbIsBigBed(tdb)) - skipScoreFilter = TRUE; - // Numeric filters are first boolean isBoxOpened = FALSE; if (numericFiltersShowAll(db, cart, tdb, &isBoxOpened, boxed, parentLevel, name, title) > 0) skipScoreFilter = TRUE; textFiltersShowAll(db, cart, tdb); // Add any multi-selects next filterBy_t *filterBySet = filterBySetGet(tdb,cart,name); if (filterBySet != NULL) { if (!tdbIsComposite(tdb) && cartOptionalString(cart, "ajax") == NULL) jsIncludeFile("hui.js",NULL); if (!isBoxOpened) // Note filterBy boxes are not double "boxed",