-
I am using SeqAn 2.3.2 with the YARA mapper version 0.9.10 [d80e19a]. I use the YARA mapper to find all occurrences of a query sequence in a library of around 6 million other sequences. Unfortunately …
-
-
Hi all/ rrwick,
I got the error above triying to install porechop following the commands below:
$git clone https://github.com/rrwick/Porechop.git
$cd Porechop/
$python setup.py install
Indeed …
-
Hi there, I am attempting to build flexbar and hitting an issue of some sort:
```
basic_simd_vector.h(795): error: invalid type conversion: "seqan::SimdVector8Short" to "__m128i &"
SEQAN_VE…
-
so that we can refer to test code in doxygen, I have already updated the wiki.
-
```c++
sequence_file_input query_file{query_file_path, fields{}};
for (auto & [id, query] : query_file | view::take(30))
{
debug_stream
-
Having some issues on install.
```
$ make CXX=g++-7 CC=gcc-7
Platform: Mac
Compiler: g++ 7.3.0
g++-7 -std=c++14 -Iunicycler/include -fPIC -O3 -DNDEBUG -Wall -Wextra -pedantic -mtune=native -c …
-
I think alphabet strings like dna4_string should be streamable, since there are several use cases.
Next to the obvious `std::cout
-
Currently our char_adaptation does not work with the type `wchar_t`, which is a distinct type.
rrahn updated
6 years ago
-
The actual class is called `seqan3::test::tmp_file_name`, but
* the include file is called `/test/include/seqan3/test/tmp_filename.hpp`
* the test file is called `/test/unit/test/tmp_filename_test.…