18d303bb4f14e1edff401c8a85276ff1344f0f37 angie Tue Apr 3 10:18:14 2012 -0700 Feature #6152 (Variant Annotation Tool): Added annoStreamVcf, whichled to yet more significant changes to annoRow: instead of every row declaring its type and annoRow{Free,Clone} taking a numCols argument that is meaningless for wig, now annoRow{Free,Clone} take the row's source annoStreamer as an argument. The annoStreamer now has public members (rowType and numCols) that provide all information needed about the row. annoStreamer constructors need to set rowType. diff --git src/lib/makefile src/lib/makefile index f073e42..4c106ac 100644 --- src/lib/makefile +++ src/lib/makefile @@ -1,20 +1,20 @@ include ../inc/common.mk O = aliType.o annoColumn.o annoFilter.o annoFormatter.o annoFormatTab.o \ - annoGrator.o annoGratorQuery.o annoRow.o annoStreamer.o \ + annoGrator.o annoGratorQuery.o annoRow.o annoStreamer.o annoStreamVcf.o \ apacheLog.o asParse.o axt.o axtAffine.o bamFile.o base64.o \ basicBed.o bbiRead.o bbiWrite.o bigBed.o binRange.o bits.o \ blastOut.o blastParse.o boxClump.o boxLump.o bPlusTree.o \ bwgCreate.o bwgQuery.o bwgValsOnChrom.o \ cda.o chain.o chainBlock.o chainConnect.o chainToAxt.o chainToPsl.o \ cheapcgi.o cirTree.o codebias.o colHash.o common.o correlate.o crTree.o \ dgRange.o diGraph.o dlist.o dnaLoad.o dnaMarkov.o dnaMotif.o dnaseq.o \ dnautil.o dtdParse.o dystring.o \ emblParse.o errCatch.o errabort.o \ fa.o ffAli.o ffScore.o filePath.o fixColor.o flydna.o fof.o \ font/mgCourier10.o font/mgCourier12.o font/mgCourier14.o font/mgCourier18.o \ font/mgCourier24.o font/mgCourier34.o font/mgCourier8.o font/mgHelvetica10.o \ font/mgHelvetica12.o font/mgHelvetica14.o font/mgHelvetica18.o font/mgHelvetica24.o \ font/mgHelvetica34.o font/mgHelvetica8.o font/mgHelveticaBold10.o font/mgHelveticaBold12.o \ font/mgHelveticaBold14.o font/mgHelveticaBold18.o font/mgHelveticaBold24.o \