Skip to content
#

burrows-wheeler-transformation

Here are 12 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

Improve this page

Add a description, image, and links to the burrows-wheeler-transformation topic page so that developers can more easily learn about it.

Curate this topic

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