safeExecute: Execute function in try catch with trace function

Description Usage Arguments Value Author(s)

View source: R/tools.R

Description

Requires the logger to be set

Usage

1
safeExecute(expr, memtracer = TRUE, newthread = TRUE)

Arguments

expr

Expression to safely execute

memtracer

A boolean, to enable/disable a periodic memory tracer. Default is TRUE.

newthread

A boolean, indicating if a new thread should be used (to save memory from the main thread)

Value

Nothing

Author(s)

Gregoire Pau


HTSeqGenie documentation built on Nov. 8, 2020, 6:12 p.m.