src/hg/hgTables/bigBed.c 1.10
1.10 2010/05/18 22:14:42 braney
add primary table and database to schema output
Index: src/hg/hgTables/bigBed.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/bigBed.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -B -U 4 -r1.9 -r1.10
--- src/hg/hgTables/bigBed.c 20 May 2009 20:59:55 -0000 1.9
+++ src/hg/hgTables/bigBed.c 18 May 2010 22:14:42 -0000 1.10
@@ -595,8 +595,10 @@
struct asObject *as = bigBedAs(bbi);
if (as == NULL)
as = asParseText(bedAsDef(bbi->definedFieldCount, bbi->fieldCount));
+hPrintf("<B>Database:</B> %s", database);
+hPrintf(" <B>Primary Table:</B> %s<br>", table);
hPrintf("<B>Big Bed File:</B> %s", fileName);
hPrintf(" <B>Item Count:</B> ");
printLongWithCommas(stdout, bigBedItemCount(bbi));
hPrintf("<BR>\n");