Bigtools: a high-performance BigWig and BigBed library in Rust

Jack D. Huey,Nezar Abdennur
DOI: https://doi.org/10.1101/2024.02.06.579187
2024-02-08
Abstract:The BigWig and BigBed file formats were originally designed for the visualization of next-generation sequencing data through a genome browser. Due to their versatility, these formats have long since become ubiquitous for the storage of processed sequencing data and regularly serve as the basis for downstream data analysis. As the number and size of sequencing experiments continues to accelerate, there is an increasing demand to efficiently generate and query BigWig and BigBed files in a scalable and robust manner, and to efficiently integrate these functionalities into data analysis environments and third-party applications. Here, we present , a feature-complete, high-performance, and integrable software library for generating and querying both BigWig and BigBed files. is written in the Rust programming language and includes a flexible suite of command line tools as well as bindings to Python. is cross-platform and released under the MIT license. It is distributed on Crates.io and the Python Package Index, and the source code is available at .
Genomics
What problem does this paper attempt to address?