Mikko Rautiainen
Mikko Rautiainen
Hi, I'd like an option to input two values for a parameter and take them as an input. This would differ from `std::vector` values in that the number of values...
Running `count compress` with multiple read files and an empty file as the first file does not apply homopolymer compression. The following command creates an index without homopolymer compression: ```...
Hi, Thanks for the program, it's working well. I'd like to have two features in the interactive visualization which would help with looking at tandem repeats. First is diagonal lines...
Implements multitoken options from Boost.Program_options. A multitoken option will take values until the next option is given. This makes it possible to switch to cxxopts without breaking backwards compatibility for...