80130381d2c180f429661643c0d83bd598791210 braney Thu Jun 10 20:13:29 2010 +0000 skip browser and track lines at the begining of bedGraphs and wigs when creating bigWigs (added function in linefile to do this) diff --git src/lib/bbiWrite.c src/lib/bbiWrite.c index d46bf6a..51fd930 100644 --- src/lib/bbiWrite.c +++ src/lib/bbiWrite.c @@ -144,6 +144,9 @@ bits32 id = 0; bits64 totalBases = 0, bedCount = 0; int minDiff = BIGNUM; + +lineFileRemoveInitialCustomTrackLines(lf); + for (;;) { int rowSize = lineFileChopNext(lf, row, ArraySize(row));