Closed alejandrogzi closed 1 year ago
Even since gtfsort exists, user may want to receive an output nicely sorted. The computation cost is not that significant (~0.2 seconds).
How to do it: Implement an early ordering layer before converting lines into BedRecords.
Fixed in v.1.7.0
Even since gtfsort exists, user may want to receive an output nicely sorted. The computation cost is not that significant (~0.2 seconds).
How to do it: Implement an early ordering layer before converting lines into BedRecords.