src/hg/hgTables/bigBed.c 1.9
1.9 2009/05/20 20:59:55 mikep
Libified findTdbForTable, findTypeForTable, trackIsType, hIsBigBed from hgTables so that other code can easily determine if a track is a bigBed.
Index: src/hg/hgTables/bigBed.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/bigBed.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -B -U 4 -r1.8 -r1.9
--- src/hg/hgTables/bigBed.c 19 Mar 2009 00:42:38 -0000 1.8
+++ src/hg/hgTables/bigBed.c 20 May 2009 20:59:55 -0000 1.9
@@ -21,13 +21,8 @@
#include "hgTables.h"
static char const rcsid[] = "$Id$";
-boolean isBigBed(char *table)
-/* Return TRUE if table corresponds to a bigBed file. */
-{
-return trackIsType(table, "bigBed");
-}
char *bigBedFileName(char *table, struct sqlConnection *conn)
/* Return file name associated with bigBed. This handles differences whether it's
* a custom or built-in track. Do a freeMem on returned string when done. */