834f46edc09af6e2b82bad2021629615a678221b braney Wed Nov 15 11:45:33 2023 -0800 bigBed items that match hgFind.matches automatically pass filters (this time pay attention to bbi->definedFieldCount to make sure there is a name field. diff --git src/hg/hgTracks/variation.h src/hg/hgTracks/variation.h index ac7217f..3f7e7b8 100644 --- src/hg/hgTracks/variation.h +++ src/hg/hgTracks/variation.h @@ -268,22 +268,22 @@ Color delMccarrollColor(struct track *tg, void *item, struct hvGfx *hvg); /* always red */ void delMccarrollMethods(struct track *tg); /* methods for delMccarroll */ Color delHindsColor(struct track *tg, void *item, struct hvGfx *hvg); /* always red */ void delHindsMethods(struct track *tg); /* methods for delHinds */ /***** bigDbSnp *****/ struct linkedFeatures *lfFromBigDbSnp(struct trackDb *tdb, struct bigBedInterval *bb, - struct bigBedFilter *filters, int freqSourceIx); + struct bigBedFilter *filters, int freqSourceIx, struct bbiFile *bbi); /* Convert one bigDbSnp item to a linkedFeatures for drawing if it passes filter, else NULL. */ void bigDbSnpMethods(struct track *track); /* Special load and draw hooks for type bigDbSnp. */ #endif