src/hg/instinct/inc/raDb.h 1.2

1.2 2010/05/26 21:32:37 cszeto
Added microscope toggle, removed local_url support
Index: src/hg/instinct/inc/raDb.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/inc/raDb.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/hg/instinct/inc/raDb.h	12 Apr 2010 17:16:27 -0000	1.1
+++ src/hg/instinct/inc/raDb.h	26 May 2010 21:32:37 -0000	1.2
@@ -21,8 +21,9 @@
     unsigned *height;	/* Image Height (only for bed 4) */
     char *groupName;	/* Group name */
     char *raFile;	/* RA file containing clinical info */
     char *patDb;	/* Clinical info db */
+    char *microscope;	/* hgMicroscope on/off flag */
     char *sampleField;	/* Sample field */
     char *patTable;	/* Patient to sample mapping */
     char *patField;	/* Patient field */
     char *aliasTable;	/* Probe to gene mapping */
@@ -36,9 +37,8 @@
     char *visibility;	/* Default visibility */
     float *priority;	/* Priority for sorting */
     char *url;	/* Pubmed URL */
     char *security;	/* Security setting (public, private) */
-    char *local_url;	/* URL to local details page */
     char *profile;	/* Database profile */
     char *wrangler;	/* Wrangler */
     char *citation;	/* Citation */
     char *article_title;	/* Title of publication */