is_cutadapt_installed | R Documentation |
Useful for testthat and examples compilation for R CMD CHECK and test coverage
is_cutadapt_installed(
args_before_cutadapt =
"source ~/miniconda3/etc/profile.d/conda.sh && conda activate cutadaptenv && "
)
args_before_cutadapt |
: (String) A one line bash command to run before to run cutadapt. For examples, "source ~/miniconda3/etc/profile.d/conda.sh && conda activate cutadaptenv &&" allow to bypass the conda init which asks to restart the shell |
A logical that say if cutadapt is install in
Adrien Taudière
MiscMetabar::is_cutadapt_installed()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.