A very fast interval tree data structure
☆131Feb 3, 2025Updated last year
Alternatives and similar repositories for coitrees
Users that are interested in coitrees are comparing it to the libraries listed below
Sorting:
- Implicit Interval Tree with Interpolation Index☆42Jul 13, 2022Updated 3 years ago
- String algorithm visualizations☆13Feb 7, 2023Updated 3 years ago
- Proof-of-concept implementation of GWFA for sequence-to-graph alignment☆56May 29, 2024Updated last year
- Pairwise nucleotide alignment benchmark of Rust bindings☆31Jul 27, 2023Updated 2 years ago
- A Rust library and command line tool for working with genomic ranges and their data.☆100May 29, 2024Updated last year
- drunk on perbase pileups and lua expressions☆19Nov 15, 2025Updated 4 months ago
- Fast and exact gap-affine partial order alignment☆59Feb 3, 2026Updated last month
- A C/C++ library for fast interval overlap queries (with a "bedtools coverage" example)☆170May 28, 2024Updated last year
- base-accurate DNA sequence alignments using WFA and mashmap3☆212Updated this week
- A bit-packed k-mer representation (and relevant utilities) for rust☆47Jun 26, 2024Updated last year
- ☆21Dec 26, 2025Updated 2 months ago
- bioinformatics toolkit in rust☆101Feb 15, 2026Updated last month
- Reference implementations of minimizer schemes to go with the mod-minimizers paper.☆29Apr 24, 2025Updated 10 months ago
- A simple toolset for BED files (warning: CLI may change before bedtk becomes stable)☆143Aug 24, 2025Updated 6 months ago
- A pairwise sequence aligner written in Rust☆152Jan 27, 2026Updated last month
- A SIMD-accelerated library to compute random minimizers☆39Mar 1, 2026Updated 3 weeks ago
- Efficient, parallel compression for terabyte-scale data☆61Feb 25, 2026Updated 3 weeks ago
- Refinements of the WFA alignment algorithm with better complexity☆26Mar 31, 2022Updated 3 years ago
- SIMD-accelerated library for computing global and X-drop affine gap penalty sequence-to-sequence or sequence-to-profile alignments using …☆139Jun 23, 2024Updated last year
- C implementation of the Landau-Vishkin algorithm☆35Apr 8, 2022Updated 3 years ago
- A Rust library for storing generic genomic data by sorted chromosome name☆17Sep 26, 2024Updated last year
- Benchmarking different languages for a simple bioinformatics task (Counting the GC fraction of DNA in a FASTA file)☆58Jan 28, 2023Updated 3 years ago
- bedtools-like functionality for interval sets in rust☆55Aug 5, 2025Updated 7 months ago
- A reimplementation of the WaveFront Alignment algorithm at low memory☆50May 22, 2024Updated last year
- Fast FASTX parsing and k-mer methods in Rust☆210Jan 27, 2026Updated last month
- Catalogue of pairwise alignment algorithms and benchmarks☆25Jan 6, 2026Updated 2 months ago
- Iterate over minimizers of a DNA sequence☆32Jul 12, 2024Updated last year
- Assembled Genomes Compressor☆178Nov 25, 2024Updated last year
- Efficient C functions to compute the summary statistics (flagstats) for sequencing read sets.☆15Dec 16, 2019Updated 6 years ago
- WFA-lib: Wavefront alignment algorithm library v2☆210Updated this week
- Alignment-based gene expression quantification☆36Feb 8, 2026Updated last month
- using all the bits for echt rapid variant annotation and filtering☆154Feb 18, 2026Updated last month
- gia: Genomic Interval Arithmetic☆66Aug 21, 2024Updated last year
- The D4 Quantitative Data Format☆169Nov 28, 2025Updated 3 months ago
- Cute tricks for SIMD vectorized binary encoding and decoding of nucleotides, in Rust.