Module bigtools::bedchromdata

source ·
Expand description

The types here (BedParserStreamingIterator and BedParserParallelStreamingIterator) ultimately wrap around the a BedParser to interface with bigWig and bigBed writing.

BedParserStreamingIterator is a thin wrapper, which only really has extra checking for out of order chromosomes.

BedParserParallelStreamingIterator is a more complicated wrapper that will queue up to 4 extra chromosomes to be processed concurrently.

Structs§