wtwhite

Results 5 issues of wtwhite

The documentation at http://docs.seqan.de/seqan/master/class_Gaps.html gives some nice example code, but in the last line before the `return;` in `main()` there is a small but confusing error: The program says it...

dox
manual

The "Working with StringSets" section of the [StringSet tutorial page](http://seqan.readthedocs.io/en/master/Tutorial/DataStructures/Sequence/StringSets.html) explains how to use several functions like `positionToId()`, although these functions are listed as deprecated in the `StringSet` docs. If...

manual

The [Alignment (Graph) tutorial page](http://seqan.readthedocs.io/en/master/Tutorial/DataStructures/Alignment/AlignmentGraph.html) makes heavy use of a 3-argument form of `addVertex()` that takes start position and length parameters in addition to the usual graph parameter. I could...

manual

On Linux, SeqAn seems to need libpthread for multithreaded BAM file I/O (at least). But since commit b09e87e0 (I think; I haven't tried git bisect to verify), using any SeqAn...

For CodeQL runs on Maven Java projects, the default-generated workflow, which runs autobuild, fails with `error: invalid target release: 17` if the project requires JDK 17 (or, apparently, any version...