b5d34fef6610916dc89c85f83c0e1f719f6969c3 kate Mon Aug 31 20:13:15 2020 -0700 Add support for mouseOver (pattern) trackDb setting (initially to bigLolly). refs #26160 diff --git src/inc/bigBed.h src/inc/bigBed.h index 28165d3..5f151b3 100644 --- src/inc/bigBed.h +++ src/inc/bigBed.h @@ -133,17 +133,20 @@ boolean bigBedFileCheckSigs(char *fileName); /* check file signatures at beginning and end of file */ struct bptFile *bigBedOpenExtraIndex(struct bbiFile *bbi, char *fieldName, int *retFieldIx); /* Return index associated with fieldName. Aborts if no such index. Optionally return * index in a row of this field. */ struct slName *bigBedListExtraIndexes(struct bbiFile *bbi); /* Return list of names of extra indexes beyond primary chrom:start-end one" */ int bbExtraFieldIndex(struct bbiFile *bbi, char* fieldName); /* return the index of a given extra field */ int bbFieldIndex(struct bbiFile *bbi, char* fieldName); /* return the index of a given field. Return -1 if not found. */ + +struct slName *bbFieldNames(struct bbiFile *bbi); +/* Get list of fields in bigBed */ #endif /* BIGBED_H */