src/hg/inc/lsSnpPdbChimera.h 1.3

1.3 2009/05/13 19:05:17 markd
added prototype support for launching 3D structure browser on H1N1 predicted structures
Index: src/hg/inc/lsSnpPdbChimera.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/lsSnpPdbChimera.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/hg/inc/lsSnpPdbChimera.h	5 Feb 2009 08:05:16 -0000	1.2
+++ src/hg/inc/lsSnpPdbChimera.h	13 May 2009 19:05:17 -0000	1.3
@@ -31,5 +31,16 @@
 char *lsSnpPdbGetUrlPdbSnp(char *pdbId, char *snpId);
 /* get LS-SNP/PDB URL for a particular PDB and/or SNP.  One or the two
  * ids maybe null */
 
+void lsSnpPdbChimeraGenericLink(char *pdbSpec, char *script,
+                                char *trashDirName, char *trashBaseName,
+                                struct tempName *chimerax);
+/* Generate a chimerax file for the given pdbSpec, which can be a PDB id or a
+ * URL.  Copies in the lsSnpPdbChimera.py file and then adds optional script python code.
+ * Fills in chimerax structure.
+ * FIXME: This is an experiment for H1N1 flu browser, this function has
+ * nothing to do with LS/SNP.  If we decide to keep this, this should be
+ * split into a generic chimera module.
+ */
+
 #endif