Jarno N. Alanko
Jarno N. Alanko
The init_fast function of select_support_mcl crashes with the following error: Assertion failed: (idx < this->size()), function operator[] My code is the following: ```c++ #include "sdsl/wavelet_trees.hpp" #include "sdsl/construct.hpp" #include #include #include...
Quick fix for https://github.com/simongog/sdsl-lite/issues/402
sdsl::bp_support_g can be written to disk, but not read from disk. As in: sdsl::load_from_file(data, path) gives a compiler error if data is of type sdsl::bp_support_g. sdsl::has_load::value is false.
Hi, COBS is slightly inconvenient for me to use because it does not recognize the .fna file extension for fasta files. I suggest supporting all common fasta file extensions. For...
I am getting the following error message. The input is attached (.txt suffix instead of .fna so that Github lets me attach the file). ```niklas@niklas-Zenbook:~/code/CONSENT$ export PATH=$PWD/minimap2:$PATH niklas@niklas-Zenbook:~/code/CONSENT$ ./CONSENT-correct --in...
Thank you for writing this great library! It has been very useful for me. Are there plans to publish this library on crates.io? This would make it easier to publish...