6195179b836111bd4a82ae5f5c73b2f8d36e7abb hiram Mon Mar 23 17:58:36 2026 -0700 more simple vis restoration for gcOnFly no need for all the rigamerol refs #35958 diff --git src/hg/hgTracks/hgTracks.h src/hg/hgTracks/hgTracks.h index 881cebf90c1..c5a7ef3d282 100644 --- src/hg/hgTracks/hgTracks.h +++ src/hg/hgTracks/hgTracks.h @@ -1202,34 +1202,34 @@ /* Return linked features from range of table with the scores scaled appropriately */ void ctWigLoadItems(struct track *tg); /* load custom wiggle track data */ void wigLoadItems(struct track *tg); /* load wiggle track data from database */ void wigMethods(struct track *track, struct trackDb *tdb, int wordCount, char *words[]); /* Set up wig pointers and do some other precalculations on a wig type track. */ void bedGraphMethods(struct track *track, struct trackDb *tdb, int wordCount, char *words[]); void bigWigMethods(struct track *track, struct trackDb *tdb, int wordCount, char *words[]); /* Make track group for wig - wiggle tracks. */ -struct track *gc5BaseOnTheFlyTg(struct cart *cart, char *sessionVis); +struct track *gc5BaseOnTheFlyTg(struct cart *cart, char *vis); /* Create an on-the-fly GC percent track computed directly from - * from genome sequence. sessionVis is the visibility string - * from a restored session cart, or NULL for default visibility. + * from genome sequence. vis is the visibility string from the + * cart (e.g. "hide", "dense", "full"). */ void mathWigMethods(struct track *track, struct trackDb *tdb, int wordCount, char *words[]); /* mathWig load and draw methods. */ void bigRmskMethods(struct track *track, struct trackDb *tdb, int wordCount, char *words[]); /* Set up bigRmsk methods. */ void commonBigBedMethods(struct track *track, struct trackDb *tdb, int wordCount, char *words[]); /* Set up common bigBed methods used by several track types that depend on the bigBed format. */ void bigBedMethods(struct track *track, struct trackDb *tdb,