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.
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.