| install_mmseqs2 | R Documentation |
Downloads a pre-compiled MMseqs2 binary from
https://mmseqs.com/latest/ and places it in the user data
directory for this package. Subsequent calls to find_mmseqs2() will
find it automatically.
install_mmseqs2(
version = "latest",
path = tools::R_user_dir("MiscMetabar", "data"),
force = FALSE
)
version |
Character. Either |
path |
Destination directory (default:
|
force |
Logical. Re-download even if already installed? |
The path to the installed binary (invisibly).
Adrien Taudière
find_mmseqs2(), is_mmseqs2_installed(), assign_mmseqs2()
## Not run:
install_mmseqs2()
install_mmseqs2(force = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.