seqan / seqan3

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

Score prealigned sequences #3282

Open tkramer-motion opened 3 months ago

tkramer-motion commented 3 months 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{}}