Releases: jnalanko/sbwt-rs-cli
Releases · jnalanko/sbwt-rs-cli
Release list
v0.3.7
- Parallelise the subroutine
push_labels_forward. This speeds up the k-mer dump, LCS array construction and DBG construction. - Add a CLI command
build-lcsto build the LCS array from the SBWT on the command line. - Make CLI commands
lookup,matching-statistics,dump-kmersanddump-unitigsall print to stdout if an output file is not given.
v0.3.6
v0.3.5
Add load_from_cpp_plain_matrix_format to load the index from the C++ API or CLI format: https://github.com/algbio/SBWT.