Simon Gene Gottlieb
Simon Gene Gottlieb
VCF files should write out the ID of a contig, not the contig itself. This PR fixes this.
Hey, I have seen your videos of the examples: https://libfive.com/examples/ they look really cool. I would like to reproduce them. How did you create them?
Hi we noticed [here](https://github.com/sarahet/RLM/issues/2) that if you don't have zlib installed, the variable `bgzf_thread_count` isn't declared/defined. This leads to the situation that setting this variable will fail at compilation time...
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...
I have a `YAML::Node` which I use as a map. When accessing the map with `std::string` everything works fine. But if I access it with a YAML::Node which just represents...
This adds a remark on how to set CC and CXX. Also, added a comment about failing to find SDSL even though the problem lies with apple clang. see https://github.com/seqan/seqan3/issues/3046
I have no clue under what circumstances this code is being called. But it is for simulation of illumina (might also exist for other simulator types). The Problem is that...
Add options to control the styling of strings. This capability is added by prepending a string with a specific control string (e.g. `__yq_style_|__`). Because of this, this option is turned...
## Description This PR checks for duplicate Parameter names which appear once as a section name (ParamNode) and once as an actual value (ParamEntry). This is a follow up of...
It would be nice to mark nodes to export multiline strings. Similar to how we can mark them with "SetStyle" to control the output of maps.