src/hg/hgGenome/hgGenome.h 1.39
1.39 2010/03/25 17:20:40 angie
Use hAllocConnTrack instead of sqlConnect or hAllocConn to support profiles in hg.conf.
Index: src/hg/hgGenome/hgGenome.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgGenome/hgGenome.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -b -B -U 4 -r1.38 -r1.39
--- src/hg/hgGenome/hgGenome.h 12 Oct 2009 22:43:34 -0000 1.38
+++ src/hg/hgGenome/hgGenome.h 25 Mar 2010 17:20:40 -0000 1.39
@@ -265,9 +265,9 @@
void submitUpload2(struct sqlConnection *conn);
/* Called when they've submitted from uploads page */
-void submitImport(struct sqlConnection *conn);
+void submitImport();
/* Called when they've submitted from import page */
void browseRegions(struct sqlConnection *conn);
/* Put up a frame with a list of links on the left and the
@@ -294,11 +294,8 @@
char *getBedGraphType(char *table);
/* Return bedgraph track type if table is a bedGraph in the current database's
* trackDb. */
-char *getBedGraphField(char *table);
-/* get the bedGraph dataValue field name from the track type */
-
int getBedGraphColumnNum(char *table);
/* get the bedGraph dataValue column num from the track type */
void wiggleMinMax(struct trackDb *tdb, double *min, double *max);