seqan / seqan3

The modern C++ library for sequence analysis. Contains version 3 of the library and API docs.
https://www.seqan.de
Other
406 stars 81 forks source link

Score prealigned sequences #3282

Open tkramer-motion opened 1 month ago

tkramer-motion commented 1 month ago

Is it possible to score sequences that have been pre-aligned? Something like seqan3::align_cfg::method_in_place{} | seqan3::align_cfg::scoring_scheme{seqan3::hamming_scoring_scheme{}}