Jens-Uwe Ulrich
Jens-Uwe Ulrich
## Question Hi Seqan-Team, I just recently read about XOR Filters and that they were superior to Bloom Filters in regards to memory usage and query time. Do you plan...
## Platform - SeqAn version: 3.0.0 - Operating system: Ubuntu LTS 18.04 - Compiler: GCC-7.4.0 ## Question I would like to add Seqan3 as an external project to the cmake...
According to Daniel Lemire, exception handling is quite expensive ([https://lemire.me/blog/2022/05/13/avoid-exception-throwing-in-performance-sensitive-code/#comments](https://lemire.me/blog/2022/05/13/avoid-exception-throwing-in-performance-sensitive-code/#comments)). Thus, we should clean the code and avoid exceptions in all cases except reading and writing files.
add support for basecalling with [Dorado](https://github.com/nanoporetech/dorado)
Use minimum number of signals instead of minimum required read length => avoids basecalling of too small signal chunks and reduces basecalling errors
Wait with receiving signals and classification until MUX scan has finished
Log messages should pop up in message window of MinKNOW