a80a8de2fc8f3573cd184b2a4032afff1f959e16 kate Wed Jan 17 16:19:15 2018 -0800 First cut of interact track type. Same display as longTabix, but with new schema to support phase 2 features. refs #17512 diff --git src/hg/inc/interactUi.h src/hg/inc/interactUi.h new file mode 100644 index 0000000..ff844e2 --- /dev/null +++ src/hg/inc/interactUi.h @@ -0,0 +1,16 @@ +/* interact track UI */ + +/* Copyright (C) 2018 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + +#ifndef INTERACT_UI_H +#define INTERACT_UI_H + +#define INTERACT_HEIGHT "heightPer" +#define INTERACT_MINHEIGHT 20 +#define INTERACT_MAXHEIGHT 300 +#define INTERACT_DEFHEIGHT "200" +#define INTERACT_MINSCORE "minScore" +#define INTERACT_DEFMINSCORE "0" + +#endif