src/hg/inc/loweutils.h 1.1
1.1 2009/09/23 21:48:55 holmes
moving core functions to lib
Index: src/hg/inc/loweutils.h
===================================================================
RCS file: src/hg/inc/loweutils.h
diff -N src/hg/inc/loweutils.h
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ src/hg/inc/loweutils.h 23 Sep 2009 21:48:55 -0000 1.1
@@ -0,0 +1,11 @@
+#ifndef LOWEUTILS_H
+#define LOWEUTILS_H
+
+char *database;
+
+
+int parseDelimitedString(char *inString, char delimiter, char *outString[], int outSize);
+struct minGeneInfo* getGbProtCodeInfo(struct sqlConnection *conn, char* dbName, char *geneName);
+void getGenomeClade(struct sqlConnection *conn, char *dbName, char *genome, char *clade);
+
+#endif