src/hg/inc/chromInfo.h 1.4

1.4 2009/03/24 15:51:04 mikep
make library function to read all chromInfo, and add chromDb option to validateFiles to get chromInfo from DB
Index: src/hg/inc/chromInfo.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/chromInfo.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 4 -r1.3 -r1.4
--- src/hg/inc/chromInfo.h	26 Nov 2007 22:40:02 -0000	1.3
+++ src/hg/inc/chromInfo.h	24 Mar 2009 15:51:04 -0000	1.4
@@ -63,4 +63,9 @@
 /* Check whether chromInfo exists for a database, find the path of the */
 /* sequence file for this chromosome and check if the file exists. */
 #endif /* CHROMINFO_H */
 
+struct chromInfo *createChromInfoList(char *name, char *database);
+/* Load up chromosome information for chrom 'name'.
+ * If name is NULL or "all" then load all chroms.
+ * Similar to featureBits.c - could be moved to library */
+