e0066b6bba1eea45452a32de72eaf4af8c331bbb angie Mon Aug 8 16:27:02 2011 -0700 Feature #2823 (VCF track handler): Added UI control over height of haplotype-sorting display. diff --git src/hg/inc/vcfUi.h src/hg/inc/vcfUi.h index 706a8a6..7d749a0 100644 --- src/hg/inc/vcfUi.h +++ src/hg/inc/vcfUi.h @@ -1,18 +1,22 @@ /* vcfUi - Variant Call Format user interface controls that are shared * between more than one CGI. */ #ifndef VCFUI_H #define VCFUI_H #include "cart.h" #include "trackDb.h" #include "vcf.h" +#define VCF_HAP_HEIGHT_VAR "hapClusterHeight" + +#define VCF_DEFAULT_HAP_HEIGHT 128 + void vcfCfgHaplotypeCenter(struct cart *cart, struct trackDb *tdb, 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