42f147365cff4903feadc57b95dd6fe94e2d8d4b hiram Mon Jul 21 13:29:35 2014 -0700 completed the joinedRmsk click handling refs #9741 diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c index 27b5956..daf4ef9 100644 --- src/hg/hgc/hgc.c +++ src/hg/hgc/hgc.c @@ -24491,30 +24491,34 @@ { doHgGold(tdb, item); } else if (sameWord(table, "gap")) { doHgGap(tdb, item); } else if (sameWord(table, "tet_waba")) { doHgTet(tdb, item); } else if (sameWord(table, "wabaCbr")) { doHgCbr(tdb, item); } +else if (startsWith("rmskJoined", table)) + { + doJRepeat(tdb, item); + } else if (startsWith("rmsk", table)) { doHgRepeat(tdb, item); } else if (sameWord(table, "isochores")) { doHgIsochore(tdb, item); } else if (sameWord(table, "simpleRepeat")) { doSimpleRepeat(tdb, item); } else if (startsWith("cpgIsland", table)) { doCpgIsland(tdb, item);