5dd57ba4756985d35f8ca72756d963b77934fcf0 angie Thu Jun 7 16:08:53 2018 -0700 Expand support for -multiple to BED 3 to 12 (instead of 4 to 6). refs #18853 Added a -noSerial option to prevent -multiple from forcing the score field to contain a serial number for BED without blocks. Also fixed a bug with the loop on chains overwriting args thickStart and thickEnd. Todo: genePred. Probably won't bother doing PSL because pslMap should be used for that. Also removed some very old #ifdef'd code. diff --git src/hg/hgTracks/menu.c src/hg/hgTracks/menu.c index cf39636..e817f04 100644 --- src/hg/hgTracks/menu.c +++ src/hg/hgTracks/menu.c @@ -1,29 +1,28 @@ // Code to create hgTracks menu bar /* Copyright (C) 2014 The Regents of the University of California * See README in this or parent directory for licensing information. */ #include "common.h" #include "dystring.h" #include "ensFace.h" #include "agpFrag.h" #include "ctgPos.h" #include "hCommon.h" #include "htmshell.h" #include "hash.h" -#include "liftOver.h" #include "wikiLink.h" #include "web.h" #include "geoMirror.h" #include "hgTracks.h" #include "trackHub.h" #include "extTools.h" #include "trackVersion.h" /* list of links to display in a menu */ /* a link with an empty name is displayed as a horizontal separator line */ struct hotLink { struct hotLink *next; char *name; char *url;