src/hg/inc/hui.h 1.147

1.147 2010/03/25 17:32:12 angie
Moving bam configuration code from hgTrackUi to hui to support bam in multi-view composites.
Index: src/hg/inc/hui.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/hui.h,v
retrieving revision 1.146
retrieving revision 1.147
diff -b -B -U 4 -r1.146 -r1.147
--- src/hg/inc/hui.h	19 Mar 2010 21:24:17 -0000	1.146
+++ src/hg/inc/hui.h	25 Mar 2010 17:32:12 -0000	1.147
@@ -997,8 +997,11 @@
 
 void wigMafCfgUi(struct cart *cart, struct trackDb *tdb,char *name, char *title, boolean boxed, char *db);
 /* UI for maf/wiggle track */
 
+void bamCfgUi(struct cart *cart, struct trackDb *tdb, char *name, char *title, boolean boxed);
+/* BAM: short-read-oriented alignment file format. */
+
 boolean tdbSortPrioritiesFromCart(struct cart *cart, struct trackDb **tdbList);
 /* Updates the tdb->priority from cart then sorts the list anew.
    Returns TRUE if priorities obtained from cart */