Crates.io | kgst |
lib.rs | kgst |
version | 0.1.1 |
source | src |
created_at | 2023-09-27 17:48:26.954348 |
updated_at | 2023-09-27 18:09:22.422363 |
description | A library containing the implementation of a K-Truncated Generalized Suffix Tree using Ukkonen's Algorithm. |
homepage | https://github.com/sriram98v/generalized_suffix_tree |
repository | https://github.com/sriram98v/generalized_suffix_tree |
max_upload_size | |
id | 985037 |
size | 73,721 |
A library containing the implementation of a K-Truncated Generalized Suffix Tree using Ukkonen's Algorithm, along with a CLI tool to quickly build and serialize KGST's.
CLI tool to build and serialize K-Truncated Generalized Suffix trees
Usage: gst [COMMAND]
Commands: build Build suffix tree index from reference fasta file help Print this message or the help of the given subcommand(s)
Options: -h, --help Print help -V, --version Print version