Skip to content
#

burrows-wheeler-transformation

Here are 13 public repositories matching this topic...

A Python-based implementation of the Burrows-Wheeler Alignment (BWA) algorithm for DNA sequence matching. This project leverages core data structures including the Burrows-Wheeler Transform (BWT), Suffix Array (SA), and auxiliary arrays (C, Occ) to enable efficient and accurate substring matching. It focuses on an unoptimized, recursive depth-first

  • Updated Aug 27, 2024
  • Python

Add this topic to your repo

To associate your repository with the burrows-wheeler-transformation topic, visit your repo's landing page and select "manage topics."

Learn more