cb9de88c1e416860a1a69047f6e4c9b338a1cfec braney Tue Jul 18 17:22:47 2023 -0700 first cut at liftOver on the fly diff --git src/hg/hgTracks/hgTracks.h src/hg/hgTracks/hgTracks.h index 58ed277..62bb7a3 100644 --- src/hg/hgTracks/hgTracks.h +++ src/hg/hgTracks/hgTracks.h @@ -1605,30 +1605,34 @@ void peptideAtlasMethods(struct track *tg); /* PeptideAtlas (bed 12+) handlers */ void barChartMethods(struct track *tg); /* 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 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 */