{"library":"pybigtools","title":"pybigtools","description":"Python bindings to the Bigtools Rust library for high-performance BigWig and BigBed I/O. Version 0.2.5 (latest) focuses on reading and writing genomic interval files with performance comparable to the Rust implementation. Release cadence is irregular; the library is actively maintained.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pybigtools"],"cli":null},"imports":["from pybigtools import open","from pybigtools import BigWig","from pybigtools import BigBed"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pybigtools import open\n\nwith open('example.bw') as bw:\n    print(bw.chroms)\n    vals = bw.fetch('chr1', 1000000, 1000100)\n    print(vals)","lang":"python","description":"Open a BigWig file, list chromosomes, and fetch values over a region.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}