4cab7f311cadce7428c1d7e1c4dfdcb0d3a43033 angie Wed Jul 27 10:32:19 2011 -0700 Feature #3710 (vcfTabix UI options): Added controls for selection of centervariant for haplotype clustering/sorting. Also, some hgc improvements: made the Genotype Details table into a collapsible section; better display of QUAL and FILTER column values, which also involved improving the representation of those columns in src/inc/vcf.h. diff --git src/hg/inc/hui.h src/hg/inc/hui.h index bfb6f81..4c8ce4c 100644 --- src/hg/inc/hui.h +++ src/hg/inc/hui.h @@ -1206,23 +1206,29 @@ /* Returns the four state checked state of the subtrack */ void subtrackFourStateCheckedSet(struct trackDb *subtrack, struct cart *cart,boolean checked, boolean enabled); /* Sets the fourState Checked in the cart and updates cached state */ boolean hPrintPennantIcon(struct trackDb *tdb); // Returns TRUE and prints out the "pennantIcon" when found. Example: ENCODE tracks in hgTracks config list. boolean printPennantIconNote(struct trackDb *tdb); // Returns TRUE and prints out the "pennantIcon" and note when found. //This is used by hgTrackUi and hgc before printing out trackDb "html" void cfgByCfgType(eCfgType cType,char *db, struct cart *cart, struct trackDb *tdb,char *prefix, char *title, boolean boxed); // Methods for putting up type specific cfgs used by composites/subtracks in hui.c and exported for common use +boolean cfgBeginBoxAndTitle(struct trackDb *tdb, boolean boxed, char *title); +/* Handle start of box and title for individual track type settings */ + +void cfgEndBox(boolean boxed); +/* Handle end of box and title for individual track type settings */ + void printUpdateTime(char *database, struct trackDb *tdb, struct customTrack *ct); /* display table update time, or in case of bbi file, file stat time */ void printBbiUpdateTime(time_t *timep); /* for bbi files, print out the timep value */ #endif /* HUI_H */