src/hg/instinct/inc/featuresLib.h 1.16
1.16 2010/05/06 18:42:39 jsanborn
added new way of accessing clinical features
Index: src/hg/instinct/inc/featuresLib.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/inc/featuresLib.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -b -B -U 4 -r1.15 -r1.16
--- src/hg/instinct/inc/featuresLib.h 4 Jun 2009 03:47:22 -0000 1.15
+++ src/hg/instinct/inc/featuresLib.h 6 May 2010 18:42:39 -0000 1.16
@@ -46,8 +46,11 @@
/* Return TRUE if column exists in database. */
char *(*cellVal)(struct column *col, struct slName *id,
struct sqlConnection *conn);
+
+ struct slName *(*cellValList)(struct column *col, struct slName *idList,
+ struct sqlConnection *conn);
/* Get value of one cell as string. FreeMem this when done. Note that
* gp->chrom may be NULL legitimately. */
boolean (*cellCoded)(struct column *col, struct sqlConnection *conn);