GZHoffie / approximate-string-matching

A repository of experimental code and benchmark for greedy/dynamic programming approximate string matching algorithms.
MIT License
2 stars 0 forks source link

Benchmark with Bowtie2 #11

Open GZHoffie opened 2 years ago

GZHoffie commented 2 years ago

Study the code for alignment in bowtie2, and see how we can modify it to our greedy algorithm.

GZHoffie commented 2 years ago

Let's record our findings in this issue.

LouieBHLu commented 2 years ago

Got it