Populate the database with the per-sample summarized results of various tools.

populate_tool_results(tool_name)

Arguments

tool_name

Name of the tool to get the results for.

Value

Nothing.

Details

this function is still in draft mode, export to NAMESPACE has been removed for now.

Examples

if (FALSE) {
results = populate_tool_results(tool_name = "slims_3")
}