src/hg/hgTables/hgTables.h 1.130
1.130 2009/03/17 17:24:51 kent
Simplifying some logic where code was unnecessarily distinguishing between hPrintf and fprintf(stdout - which is an issue in the Genome Browser, but not here in the Table Browser. Also enabling select fields user interface.
Index: src/hg/hgTables/hgTables.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/hgTables.h,v
retrieving revision 1.129
retrieving revision 1.130
diff -b -B -U 4 -r1.129 -r1.130
--- src/hg/hgTables/hgTables.h 17 Mar 2009 10:13:26 -0000 1.129
+++ src/hg/hgTables/hgTables.h 17 Mar 2009 17:24:51 -0000 1.130
@@ -708,8 +708,17 @@
struct hTableInfo *bigBedToHti(char *table, struct sqlConnection *conn);
/* Get fields of bigBed into hti structure. */
+struct asObject *bigBedAsForTable(char *table, struct sqlConnection *conn);
+/* Get asObject associated with bigBed table. */
+
+struct slName *bigBedGetFields(char *table, struct sqlConnection *conn);
+/* Get fields of bigBed as simple name list. */
+
+void bigBedTabOut(char *table, struct sqlConnection *conn, char *fields, FILE *f);
+/* Print out selected fields from Big Bed. If fields is NULL, then print out all fields. */
+
void showSchemaBigBed(char *table);
/* Show schema on bigBed. */
/* ----------- Custom track stuff. -------------- */