Skip to content Skip to footer

Bltools V2.2 [ RELIABLE - 2024 ]

Generates a static website (similar to database documentation) that visualizes your lineage. The v2.2 version includes interactive column-level lineage, showing exactly which source columns flow into which destination columns.


Error messages are now contextual, showing the exact row number and field that caused a failure. A new --strict flag enforces zero tolerance for malformed records. bltools v2.2

  • Python bindings:
  • Example Python snippet:
    from bltools import FastqReader, BWAStream
    for rec in FastqReader('reads.fq.gz'):
        # process read