View source: R/run_gunzip_conda.R
run_gunzip_conda | R Documentation |
Support function for run_gunzip.
run_gunzip_conda(
path,
gunzip_ex = NULL,
outputs = c("command", "path", "data"),
save_path = gsub(".gz|.bgz", "", path),
conda_env = "echoR_mini",
verbose = TRUE
)
path |
Path to file. |
outputs |
|
save_path |
File to save the results to. |
conda_env |
Conda environments to search in.
If |
verbose |
Print messages. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.