src/hg/hgTables/hgTables.h 1.140

1.140 2010/04/09 18:41:18 markd
Switch GTF output to being true GTF
Index: src/hg/hgTables/hgTables.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/hgTables.h,v
retrieving revision 1.139
retrieving revision 1.140
diff -b -B -U 4 -r1.139 -r1.140
--- src/hg/hgTables/hgTables.h	25 Mar 2010 17:41:25 -0000	1.139
+++ src/hg/hgTables/hgTables.h	9 Apr 2010 18:41:18 -0000	1.140
@@ -902,10 +902,10 @@
 
 void doOutHyperlinks(char *table, struct sqlConnection *conn);
 /* Output as genome browser hyperlinks. */
 
-void doOutGff(char *table, struct sqlConnection *conn);
-/* Save as GFF. */
+void doOutGff(char *table, struct sqlConnection *conn, boolean outputGtf);
+/* Save as GFF/GTF. */
 
 void doOutCustomTrack(char *table, struct sqlConnection *conn);
 /* Put up form to select Custom Track output format. */