Skip to contents

Creates a new Toolbox object with empty tool list and valid mamba path. This is the starting point for managing bioinformatics tools.

Usage

sn_initialize_toolbox(base_dir = NULL, mamba_path = NULL)

Arguments

base_dir

Character. Base directory for tool installations. Installation paths will be \base_dir\/\tool_name\/\version\.

mamba_path

Character. Path to mamba/micromamba executable. If NULL, will try to find automatically.

Value

Toolbox object.

Examples

if (FALSE) { # \dontrun{
toolbox <- sn_initialize_toolbox("/opt/biotools")
} # }