Description Usage Arguments Value See Also Examples
View source: R/kmr_install_kmc.R
Installs a local version of kmc3.
1 | kmr_install_kmc(download_file = NULL)
|
download_file |
If provided, kmc3 is provided from a local archive. User makes sure it is the appropriate version for the local OS. |
logical
Other kmer_core:
kmr_count()
,
kmr_read_parquet()
,
kmr_read_rds()
,
kmr_read_tab()
,
kmr_write_parquet()
,
kmr_write_rds()
,
kmr_write_tab()
1 2 3 | if (interactive()) {
kmr_install_kmc()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.