get_tool_project: Returns the specified tool project from a parsed tool...

View source: R/config.R

get_tool_projectR Documentation

Returns the specified tool project from a parsed tool configuration file.

Description

This function returns a path to a specified tool from a specified parsed tool configuration file. The function takes the input 'tool_name' and uses it to index a specific tool project in a parsed tool configuration file, 'config_file', where it then returns the specified tool project. The function will inform the user if the specified attribute, 'tool_name', exists in the parsed configuration file, 'config_file'.

Usage

get_tool_project(tool_name, config_file)

Arguments

tool_name

The name of the tool (e.g. "perceval" or "dv8").

config_file

The parsed configuration file obtained from parse_config.

Value

The specified 'tool_name' tool project from 'config_file'.


sailuh/kaiaulu documentation built on Dec. 10, 2024, 3:14 a.m.