src/hg/hgTables/gffOut.c 1.17

1.17 2009/03/17 04:28:38 kent
Adding parameter to getHti, and creating a hti object for bigBed tables out of the associated .as information.
Index: src/hg/hgTables/gffOut.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/gffOut.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -b -B -U 4 -r1.16 -r1.17
--- src/hg/hgTables/gffOut.c	12 Jun 2006 23:06:11 -0000	1.16
+++ src/hg/hgTables/gffOut.c	17 Mar 2009 04:28:38 -0000	1.17
@@ -240,9 +240,9 @@
 
 void doOutGff(char *table, struct sqlConnection *conn)
 /* Save as GFF. */
 {
-struct hTableInfo *hti = getHti(database, table);
+struct hTableInfo *hti = getHti(database, table, conn);
 struct bed *bedList;
 struct gffLine *gffList, *gffPtr;
 char source[64];
 int itemCount;