src/hg/instinct/hgMicroscope/microscope.as 1.2

1.2 2010/02/27 01:09:13 cszeto
featureDb support
Index: src/hg/instinct/hgMicroscope/microscope.as
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/hgMicroscope/microscope.as,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/hg/instinct/hgMicroscope/microscope.as	10 Feb 2010 19:48:55 -0000	1.1
+++ src/hg/instinct/hgMicroscope/microscope.as	27 Feb 2010 01:09:13 -0000	1.2
@@ -16,8 +16,9 @@
 "Info on a batch of images submitted at once"
     (
     int id;                     "ID of submission set"
     string name;                "Name of submission set"
+    string featureDb;		"Name of associated clinical Db"
     int submissionSource;       "Source of this submission"
     int privateUser;            "ID of user allowed to view. If 0 all can see."
     int copyright;              "Copyright notice"
     )