gtars — анализ геномных интервалов для биоинформатики

★ 7.0 · data

gtars is a Claude Code skill that provides genomic interval analysis through native Rust implementations, Python bindings (gtars==0.9.2, Python 3.10+), and the gtars-cli==0.9.0 binary. Core operations include interval overlap detection, coverage counting, set algebra (union, intersection, reduction), consensus merging, tokenization of genomic regions for machine learning models, single-cell fragment processing, and BED file handling with refget support. The skill enforces a strict data contract: BED coordinates are 0-based half-open with u32 bounds, assembly identity is tracked by SHA-256 of chromosome-sizes metadata, and contig names are compared exactly. Designed for bioinformaticians and computational genomics researchers working on interval-based analyses, epigenomic data preparation, and ML-ready tokenization of regulatory regions.