ed45939dd4788c28d4f4627a627e8707054cde2c braney Thu May 7 17:01:56 2015 -0700 changes to allow the mafSnp view to be selected on multiz tracks with snpTables #14970 diff --git src/hg/inc/hui.h src/hg/inc/hui.h index 22d653a..347070c 100644 --- src/hg/inc/hui.h +++ src/hg/inc/hui.h @@ -104,30 +104,31 @@ #define BASE_SHOWRULER "hgt.baseShowRuler" #define BASE_SHOWPOS "hgt.baseShowPos" #define BASE_SHOWASM "hgt.baseShowAsm" #define BASE_SHOWASM_SCALEBAR "hgt.baseShowAsmScaleBar" #define BASE_TITLE "hgt.baseTitle" #define REV_CMPL_DISP "hgt.revCmplDisp" /* Configuration variable to cause ruler zoom to zoom to base level */ #define RULER_BASE_ZOOM_VAR "rulerBaseZoom" /* Maf track display variables and their values */ #define MAF_GENEPRED_VAR "mafGenePred" #define MAF_FRAMING_VAR "mafFrame" #define MAF_DOT_VAR "mafDot" #define MAF_CHAIN_VAR "mafChain" +#define MAF_SHOW_SNP "mafShowSnp" /* display of bases for tracks that are type psl and have sequence e.g. ESTs */ #define PSL_SEQUENCE_BASES "pslSequenceBases" #define PSL_SEQUENCE_DEFAULT "no" /****** Some stuff for tables of controls ******/ #define CONTROL_TABLE_WIDTH 790 /* this number is 10 less than hgDefaultPixWidth and DEFAULT_PIX_WIDTH * defined in hCommon.h */ #define EXTENDED_DNA_BUTTON "extended case/color options" /* Net track option */ #define NET_OPT_TOP_ONLY "netTopOnly"