Felix Droop
Felix Droop
Hey, here they are. My CPU is an Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz. While starting:  While loading notes (the GPU is only working for a short moment after...
Yes, and this also works even with an adapted uint8 alphabet, which is exactly my use case. ```cpp auto config = seqan3::align_cfg::method_global{} | seqan3::align_cfg::edit_scheme | seqan3::align_cfg::min_score{-10}; seqan3::align_pairwise(std::tie(reference, query), config); ```
Hey, sorry for closing without a message. I was just about to write this explanation. The scope of my project shifted a bit and for now, I don't need to...