2b21a977be741c62d8db2fa7869f1be0c120cf63 max Wed Nov 16 11:40:22 2011 -0800 display code for publications (t2g) track, most of them by larrym diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c index 3d2db2f..936d9b8 100644 --- src/hg/hgc/hgc.c +++ src/hg/hgc/hgc.c @@ -25215,31 +25215,31 @@ { doKiddEichlerDisc(tdb, item); } else if (startsWith("hgdpGeo", table)) { doHgdpGeo(tdb, item); } else if (startsWith("gwasCatalog", table)) { doGwasCatalog(tdb, item); } else if (sameString("par", table)) { doParDetails(tdb, item); } -else if (sameString("t2g", table)) +else if (startsWith("t2g", table)) { doT2gDetails(tdb, item); } else if (tdb != NULL && startsWith("bedDetail", tdb->type)) { doBedDetail(tdb, NULL, item); } else if (startsWith("numtS", table)) { doNumtS(tdb, item); } else if (startsWith("cosmic", table)) { doCosmic(tdb, item); }