get_resources {flowr}R Documentation

Extract resources used by each job of a flow get_resources currently this only works on LSF

Description

Extract resources used by each job of a flow get_resources currently this only works on LSF

Usage

get_resources(x, odir, ...)

Arguments

x

A character vector of length 1. This may be a parent level folder with directories with multiple flow runs.

odir

Output directory to save the results

...

other arguments sent to get_resources_lsf

Details

If x is a parent level folder, then resources are summarized for all its child folders.

Examples

## Not run: 
get_resources(x = x, odir = ~/tmp)

## End(Not run)

[Package flowr version 0.9.11 Index]