Skip to content

v0.2.6: Support `max_n_frac` in the library API

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Jul 10:40

Before, the max_n_frac filter (to discard matches with too many N characters) only worked in the CLI and the search_all_alignments function. Now you can simply do searcher.with_max_n_frac(0.5) directly from the library.