cb49c73587a465b9ab57052430ee2e39e7311467
chmalee
Wed Dec 11 15:23:49 2019 -0800
Updating chimera help link to mupit, refs Bob email
diff --git src/hg/hgGene/domains.c src/hg/hgGene/domains.c
index b1bc57d..40b9278 100644
--- src/hg/hgGene/domains.c
+++ src/hg/hgGene/domains.c
@@ -155,31 +155,31 @@
list = spExtDbAcc1List(spConn, swissProtAcc, "PDB");
if (list != NULL)
{
struct sqlConnection *conn2 = sqlConnect(db);
char query[256], **row;
struct sqlResult *sr;
int column = 0, maxColumn=3, rowCount=0;
hPrintf("Protein Data Bank (PDB) 3-D Structure
");
sqlSafef(query, sizeof(query),
"select extAcc1,extAcc2 from extDbRef,extDb"
" where extDbRef.acc = '%s'"
" and extDb.val = 'PDB' and extDb.id = extDbRef.extDb"
, swissProtAcc);
sr = sqlGetResult(spConn, query);
hPrintf("
To conserve bandwidth, only the images from the first %d structures are shown.", maxColumn); hPrintf(" | |||
"); hPrintf("", row[0]); |