754e2b4c3377fe556d3d7cd64716395112bbd454 galt Wed Sep 12 14:18:00 2012 -0700 increasing BIGBEDMAXIMUMITEMS from 500 to 3000 diff --git src/hg/hgTracks/hgTracks.h src/hg/hgTracks/hgTracks.h index 8301efc..f745a95 100644 --- src/hg/hgTracks/hgTracks.h +++ src/hg/hgTracks/hgTracks.h @@ -42,31 +42,31 @@ #endif /* GBROWSE */ /* A few hgGenome cart constant defaults copied from */ #define hggPrefix "hgGenome_" #define hggGraphPrefix hggPrefix "graph" /* trackDb setting for expRatio tracks */ #define EXP_COLOR_DENSE "expColorDense" #ifdef LOWELAB #define MAXPIXELS 60000 #else #define MAXPIXELS 14000 #endif -#define BIGBEDMAXIMUMITEMS 500 +#define BIGBEDMAXIMUMITEMS 3000 struct track /* Structure that displays of tracks. The central data structure * of the graphical genome browser. */ { struct track *next; /* Next on list. */ char *track; /* Track symbolic name. Name on image map etc. Same as tdb->track. */ char *table; /* Table symbolic name. Name of database table. Same as tdb->table.*/ enum trackVisibility visibility; /* How much of this want to see. */ enum trackVisibility limitedVis; /* How much of this actually see. */ boolean limitedVisSet; /* Is limited visibility set? */ char *longLabel; /* Long label to put in center. */ char *shortLabel; /* Short label to put on side. */