BiWFA-paper icon indicating copy to clipboard operation
BiWFA-paper copied to clipboard

Bidirectional WFA (WFA2-lib development branch)

Results 1 BiWFA-paper issues
Sort by recently updated
recently updated
newest added

In the WFALM library there is an API that produces a seeded local alignment ( ends-free extension ) specified using two anchor points: ``` aligner_sw.wavefront_align_local_low_mem(local_seq1.c_str(), local_seq1.size(), local_seq2.c_str(), local_seq2.size(), anchor_begin_1, anchor_end_1,...