11736c96fdabcee94132ff44fa7b318b42cc372d braney Thu Mar 1 10:44:33 2018 -0800 change maxHeightPixels for collections diff --git src/hg/hgCollection/hgCollection.c src/hg/hgCollection/hgCollection.c index bd46888..99c2e80 100644 --- src/hg/hgCollection/hgCollection.c +++ src/hg/hgCollection/hgCollection.c @@ -546,31 +546,31 @@ fprintf(f, "%s", dy->string); fprintf(f, "\n"); } static void outComposite(FILE *f, struct track *collection, int priority) // output a composite header for user composite { char *parent = collection->name; char *shortLabel = collection->shortLabel; char *longLabel = collection->longLabel; fprintf(f,"track %s\n\ shortLabel %s\n\ compositeTrack on\n\ autoScale on\n\ -maxHeightPixels 100:30:11 \n\ +maxHeightPixels 10000:30:11 \n\ showSubtrackColorOnUi on\n\ aggregate none\n\ longLabel %s\n\ %s on\n\ color %ld,%ld,%ld \n\ type mathWig\n\ priority %d\n\ visibility full\n\n", parent, shortLabel, longLabel, CUSTOM_COMPOSITE_SETTING, 0xff& (collection->color >> 16),0xff& (collection->color >> 8),0xff& (collection->color), priority); } static void modifyName(struct trackDb *tdb, char *hubName, struct hash *collectionNameHash) /* If this is a new track in the collection we want to make sure * it gets a different name than the track in trackDb.