5fe6a3b2ce5a7099de38022ab8875d5651797780 tdreszer Fri Dec 16 11:41:01 2011 -0800 Just a changed name tree wide. The 'compositeLevel' paramter to closestToHome cart functions was confusing. What it means is the request is for a setting one step above the tdb passed in. It is used for view level controls where the model tdb is a subtrack. This checkin has NO functional affect. diff --git src/hg/inc/vcfUi.h src/hg/inc/vcfUi.h index d2a2b69..f5374a3 100644 --- src/hg/inc/vcfUi.h +++ src/hg/inc/vcfUi.h @@ -23,24 +23,24 @@ #define VCF_HAP_TREEANGLE_RECTANGLE "rectangle" #define VCF_DEFAULT_HAP_TREEANGLE VCF_HAP_TREEANGLE_TRIANGLE #define VCF_APPLY_MIN_QUAL_VAR "applyMinQual" #define VCF_DEFAULT_APPLY_MIN_QUAL FALSE #define VCF_MIN_QUAL_VAR "minQual" #define VCF_DEFAULT_MIN_QUAL 0 #define VCF_EXCLUDE_FILTER_VAR "excludeFilterValues" #define VCF_MIN_ALLELE_FREQ_VAR "minFreq" #define VCF_DEFAULT_MIN_ALLELE_FREQ 0.0 void vcfCfgHaplotypeCenter(struct cart *cart, struct trackDb *tdb, char *track, - boolean compositeLevel, struct vcfFile *vcff, + boolean parentLevel, struct vcfFile *vcff, char *thisName, char *thisChrom, int thisPos, char *formName); /* If vcff has genotype data, show status and controls for choosing the center variant * for haplotype clustering/sorting in hgTracks. */ void vcfCfgUi(struct cart *cart, struct trackDb *tdb, char *name, char *title, boolean boxed); /* Complete track controls for VCF. */ #endif//def VCF_UI