seqan3 icon indicating copy to clipboard operation
seqan3 copied to clipboard

The modern C++ library for sequence analysis. Contains version 3 of the library and API docs.

Results 82 seqan3 issues
Sort by recently updated
recently updated
newest added

We are using Seqan3 in a couple of projects, and it is generally working nicely. However, one issue we have is that over time our builds start failing when they...

feature/proposal

For calculating e-values or other purposes it is often necessary to query the text size of a (bi) FM index. I have experimented with the `size()` function of `seqan3::bi_fm_index` in...

feature/proposal

While solving https://github.com/seqan/sharg-parser/issues/42 we would like to to access the file extensions via: ```cpp #include #include sharg::input_file_validator validator1{seqan3::sequence_file_input::file_extensions}; std::cerr

feature/proposal

Moves forward https://github.com/seqan/product_backlog/issues/281 This replaces occurrences of `tmp_filename` and replaces them with `tmp_directory`. This PR doesn't remove `tmp_filename`, because it is unclear how the *.patch files must be updated to...

## Question I am wondering about the size of a `dna5_vector`. I've found that it is an alias for `std::vector` and `dna5` itself occupies one byte (`uint8_t`). **Does `dnaX_vector` allocate...

question

Big fan of the Seqan3 library, thanks for all of your hard work! I have been using the MSA parser recently and it has worked quite well, however, the majority...

feature/proposal

## Platform - SeqAn version: latest - Operating system: Ubuntu - Compiler: gcc ## Question Just a quick question: I am using SeqAn3's BAM output. I need to create a...

bug

I am just working on an SeqAn3 upgrade to have the newest version running. I recognized with the quality alphabets (in my case mostly phred42), that it is no longer...

ready to tackle
documentation

## 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...

question

## Platform - SeqAn version: 3.0.2 - Operating system: Linux 3.10.0-693.5.2.el7.x86_64 \# 1 SMP Fri Oct 20 20:32:50 UTC 2017 x86_64 x86_64 GNU/Linux - Compiler: gcc (GCC) 9.2.0 ## Question...

question