55f6362c793e0d7cc4d2ff0ec614a5e316354b82
markd
  Thu Dec 19 21:53:29 2024 -0800
don't install lsSnpPdbChimera.py any more

diff --git src/hg/hgGene/domains.c src/hg/hgGene/domains.c
index df9977c..22736b3 100644
--- src/hg/hgGene/domains.c
+++ src/hg/hgGene/domains.c
@@ -1,29 +1,29 @@
 /* domains - do protein domains section. */
 
 /* Copyright (C) 2014 The Regents of the University of California 
  * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */
 
 #include "common.h"
 #include "trashDir.h"
 #include "hash.h"
 #include "linefile.h"
 #include "dystring.h"
 #include "spDb.h"
 #include "hgGene.h"
 #include "hdb.h"
-#include "lsSnpPdbChimera.h"
+#include "lsSnpPdbChimera.h"  // only used for MuPIT, lsSNP/PDB is deceased
 
 
 static boolean domainsExists(struct section *section, 
 	struct sqlConnection *conn, char *geneId)
 /* Return TRUE if there's some pfam domains in swissProt on this one. 
  * on this one. */
 {
 return swissProtAcc != NULL;
 }
 
 void modBaseAnchor(char *swissProtAcc)
 /* Print out anchor to modBase. */
 {
 hPrintf("<A HREF=\"http://salilab.org/modbase/search?databaseID=%s\" TARGET=_blank>", swissProtAcc);
 //hPrintf("<A HREF=\"http://salilab.org/modbase-cgi/model_search.cgi?searchkw=name&kword=%s\" TARGET=_blank>", swissProtAcc);