2bd9040f20579ce508850f82bb14f6e428e5de0f braney Mon Aug 6 13:50:35 2012 -0700 stop building the proteome browser binaries and the protein library. This required a small change to hgGene which had a little bit of code supporting the SAM T-02 links that were only present in sacCer1 #5740 diff --git src/hg/hgGene/domains.c src/hg/hgGene/domains.c index 8644f3c..3f47def 100644 --- src/hg/hgGene/domains.c +++ src/hg/hgGene/domains.c @@ -185,33 +185,30 @@ // include links LS-SNP and to launch viewer in PDB chimera struct tempName chimerax; lsSnpPdbChimeraSnpAnn(conn, row[0], NULL, &chimerax); hPrintf(" <A HREF=\"%s\">Chimera</A>", chimerax.forHtml); if (lsSnpPdbHasPdb(conn2, row[0])) hPrintf(" <A HREF=\"%s\" TARGET=_blank>LS-SNP</A>", lsSnpPdbGetUrlPdbSnp(row[0], NULL)); hPrintf("</TD>\n"); } hPrintf("</TR></TABLE>\n"); hPrintf("<A href=\"../goldenPath/help/chimera.html\" TARGET=_blank>Chimera help</A>\n"); hPrintf("<BR><BR>\n"); slFreeList(&list); sqlDisconnect(&conn2); } -/* Do SAM-T02 sub-section */ -doSamT02(swissProtAcc, database); - /* Do modBase link. */ { hPrintf("<B>ModBase Predicted Comparative 3D Structure on "); modBaseAnchor(swissProtAcc); hPrintf("%s", swissProtAcc); hPrintf("</A></B><BR>\n"); hPrintf("<TABLE><TR>"); hPrintf("<TD>"); modBaseAnchor(swissProtAcc); hPrintf("\n<IMG SRC=\"http://salilab.org/modbaseimages/image/modbase.jpg?database_id=%s\"></A></TD>", swissProtAcc); hPrintf("<TD>"); modBaseAnchor(swissProtAcc); hPrintf("\n<IMG SRC=\"http://salilab.org/modbaseimages/image/modbase.jpg?database_id=%s&axis=x°ree=90\"></A></TD>", swissProtAcc); hPrintf("<TD>");