df6cf391270cbbfe12f9ec3869948c2813002a87
braney
  Thu May 23 13:47:45 2024 -0700
add support for baseView track type

diff --git src/hg/hgTracks/hgTracks.h src/hg/hgTracks/hgTracks.h
index ae1e98d..b5d985d 100644
--- src/hg/hgTracks/hgTracks.h
+++ src/hg/hgTracks/hgTracks.h
@@ -1658,30 +1658,34 @@
 /* Bar Chart track type: draw fixed width chart of colored bars over a BED item */
 
 void barChartCtMethods(struct track *tg);
 /* Bar Chart track methods for custom track */
 
 void gtexEqtlClusterMethods(struct track *tg);
 /* GTEx eQTL Cluster (bigBed 5 +) tracks */
 
 void gtexEqtlTissueMethods(struct track *tg);
 /* Install handler for GTEx eQTL Tissues track */
 
 void instaPortMethods(struct track *track, struct trackDb *tdb,
                                 int wordCount, char *words[]);
 /* instaPort track type methods */
 
+void bigBaseViewMethods(struct track *track, struct trackDb *tdb,
+                                int wordCount, char *words[]);
+/* bigBaseView track type methods */
+
 void lollyMethods(struct track *track, struct trackDb *tdb,
                                 int wordCount, char *words[]);
 /* Lollipop track type methods */
 
 void interactMethods(struct track *tg);
 /* Interact track type methods */
 
 void interactCtMethods(struct track *tg);
 /* Interact track methods for custom track */
 
 void hicMethods(struct track *tg);
 /* Methods for Hi-C interaction data */
 
 void hicCtMethods(struct track *tg);
 /* Hi-C track methods for custom track */