dotnetbio / bio

Bioinformatics library for .NET
Apache License 2.0
143 stars 49 forks source link

Burrows-Wheeler Aligner (BWA) implementation? #43

Open jitterbox opened 3 years ago

jitterbox commented 3 years ago

Is it possible to consider an implementation of the Burrows-Wheeler Aligner (BWA), considering it's one of the most popular open-source sequence mapping packages available and is currently only available via a native Linux implementation?

https://github.com/lh3/bwa

There have been occasional Windows ports, but none were official, nor fully functional.