de6863ac47223a5971cb506caec79c8e8552e79c chmalee Wed Sep 18 14:43:52 2019 -0700 Removing links to chimerax, refs #22953 diff --git src/hg/hgGene/domains.c src/hg/hgGene/domains.c index 395d411..b1bc57d 100644 --- src/hg/hgGene/domains.c +++ src/hg/hgGene/domains.c @@ -174,34 +174,31 @@ { hPrintf("</TR><TR>"); column = 1; if (rowCount == 0) { hPrintf("<TD ALIGN=CENTER COLSPAN=4><I>To conserve bandwidth, only the images from the first %d structures are shown.</I>", maxColumn); hPrintf("</TR><TR>"); } ++rowCount; } hPrintf("<TD>"); hPrintf("<A HREF=\"http://www.rcsb.org/pdb/cgi/explore.cgi?pdbId=%s\" TARGET=_blank>", row[0]); if (rowCount < 1) hPrintf("<IMG SRC=\"http://www.rcsb.org/pdb/images/%s_asym_r_250.jpg\"><BR>", row[0]); hPrintf("%s</A> - %s ", row[0], row[1]); - // include links to MuPIT (formerly LS-SNP) and launch viewer in PDB chimera - struct tempName chimerax; - lsSnpPdbChimeraSnpAnn(conn, row[0], NULL, &chimerax); - hPrintf(" <A HREF=\"%s\">Chimera</A>", chimerax.forHtml); + // include links to MuPIT (formerly LS-SNP) if (lsSnpPdbHasPdb(conn2, row[0])) hPrintf(" <A HREF=\"%s\" TARGET=_blank>MuPIT</A>", lsSnpPdbGetUrlPdbSnp(row[0], NULL)); hPrintf("</TD>\n"); } hPrintf("</TR></TABLE>\n"); hPrintf("<BR><BR>\n"); slFreeList(&list); sqlDisconnect(&conn2); } /* Do modBase link. */ { hPrintf("<B>ModBase Predicted Comparative 3D Structure on "); modBaseAnchor(swissProtAcc); hPrintf("%s", swissProtAcc);