Enrico Seiler
Enrico Seiler
Hey @notestaff, if there are multiple valid alignments, the traceback will choose in this order: 1. Diagonal (match) 2. Vertical (gap in the first sequence) 3. Horizontal (gap in the...
Hey there, the beginning of the log states ``` ===> Testing for seqan3-3.0.2.1195_2 -- The CXX compiler identification is Clang 10.0.1 ``` Looks like 3.0.2 instead of 3.3.0. Also, clang...
``` undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string const&, std::__cxx11::basic_string const&, bool)' collect2: error: ld returned 1 exit status ``` The error happens when linking against the system-provided GoogleTest...
> This looks like to have the same / similar problem as investigated in https://github.com/doxygen/doxygen/issues/7688#issuecomment-1822862189 Indeed, didn't see the comments when checking commits/PRs for bisecting :) I also noticed the...
It doesn't quite fix the problem. I get the same warning you described: ``` /dev/shm/example/include/header.hpp:3: warning: \include{doc} file '/dev/shm/example/include/fragments/example.md' not found /dev/shm/example/include/header.hpp:6: warning: Reached end of file while still inside...
> @doxygen I still get warnings like: > > ``` > .../include/header.hpp:3: warning: \include{doc} file '.../include/fragments/example.md' not found > .../include/header.hpp:6: warning: Reached end of file while still inside a (nested)...
Fixed, thank you!
Idea: filename struct ```cpp struct files { std::vector filenames{}; std::string identifier{}; } ``` Index stores `std::vector` Identifier with tab in output `minimiser.list`
Hey there, is it possible for you to provide the `GRCh38.primary_assembly.genome.inserted.fa`?
Sorry for not getting back to you sooner. On the `main` branch, it seems to run without crashing. If you are familiar with building applications, you could try the current...