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/simpleTracks.c src/hg/hgTracks/simpleTracks.c index 0fb88e6..6029c2a 100644 --- src/hg/hgTracks/simpleTracks.c +++ src/hg/hgTracks/simpleTracks.c @@ -95,31 +95,30 @@ #include "genMapDb.h" #include "genomicSuperDups.h" #include "celeraDupPositive.h" #include "celeraCoverage.h" #include "simpleNucDiff.h" #include "tfbsCons.h" #include "tfbsConsSites.h" #include "itemAttr.h" #include "encode.h" #include "variation.h" #include "estOrientInfo.h" #include "versionInfo.h" #include "retroGene.h" #include "switchGear.h" #include "dless.h" -#include "liftOver.h" #include "hgConfig.h" #include "gv.h" #include "gvUi.h" #include "protVar.h" #include "oreganno.h" #include "oregannoUi.h" #include "pgSnp.h" #include "bedDetail.h" #include "bed12Source.h" #include "dbRIP.h" #include "wikiLink.h" #include "wikiTrack.h" #include "dnaMotif.h" #include "hapmapTrack.h" #include "omicia.h"