Tuukka Norri

Results 9 issues of Tuukka Norri

The unit tests in question fail when compiled without `-DNDEBUG`. Steps to reproduce: 1. Clone sdsl-lite. 2. Remove `-DNDEBUG` from compiler flags by e.g. [patching](https://github.com/simongog/sdsl-lite/files/171657/cmakelists.txt) `CMakeLists.txt`. 3. `cd build; cmake...

If an alignment record has `=` for RNEXT and the XA tag lists an alternative alignment to some other reference for the segment, then xa2multi.pl will copy the `=` to...

According to `filtered_graph`'s documentation, the refinements of the model of the underlying graph are optional.

For instance `detail::residual_graph` explicitly applies const to the graph. Consequently graph_traits would have to be defined also for the const graph type, but [the LEDA graph example](https://www.boost.org/doc/libs/1_86_0/libs/graph/doc/leda_conversion.html) does not seem...

**1. What were you trying to do?** `git clone --recursive https://github.com/vgteam/vg.git` **2. What did you want to happen?** Have a clone of the repository and its submodules **3. What actually...