seqan3
seqan3 copied to clipboard
The modern C++ library for sequence analysis. Contains version 3 of the library and API docs.
Hi, are there python bindings for SeqAn3? I found bindings for an older version https://github.com/JohnReid/pyseqan but last release was in 2014.
Based on an external application that converts FastQ to FastA I have benchmarked and optimised the affected code. Depending on System this yields a 2x speed-up but the application is...
The draft PR for the traceback computation in the new alignment. solves seqan/product_backlog#74 ### Changes * Adds a trace matrix that stores the entire trace column * Adds a pairwise_alignment...
Part of https://github.com/seqan/product_backlog/issues/104 Note: Changing the result type as discussed into a `seqan3::multiple_sequence_alignment_result` type that models a range over aligned sequences will follow in a separate PR.
This is a possibly updated version of #1528 For more discussion see https://github.com/seqan/product_backlog/issues/29
NOT FOR MERGE @eseiler some inspiration for performance tuning of the search. This PR improves `unidirectional_search_all/highErrorReadsSearch0` by 20% (impact on complex searches is expectedly smaller). Left to do in this...
This is a meta-issue collecting tasks which are transformed into single issues: ~~The implementation is blocked by #295~~ # General `align` seems to be the best fit for the namespace...
**Level 1 - Easy** Provide a `read_sequence_record` and `write_sequence_record` in the BAM format (very similar to `format_sam.hpp`).
"SIMD Everywhere" is a MIT licensed header-only library that makes it easier to use SIMD instructions across CPU types. They have most, but not all, of the instructions used in...