to_flowdet: Create a flow's submission detail file

View source: R/to-flowdet.R

to_flowdetR Documentation

Create a flow's submission detail file

Description

Create a file describing details regarding jobs ids, submission scripts etc.

Usage

to_flowdet(x, ...)

## S3 method for class 'rootdir'
to_flowdet(x, ...)

## S3 method for class 'character'
to_flowdet(x, ...)

## S3 method for class 'flow'
to_flowdet(x, ...)

Arguments

x

this is a wd

...

not used

Details

The path provided should contain a flow_details.rds file (which is used to extract all the information).

Incase a parent folder with multiple flows is provided information regarding jobids is omitted.

if x is char. assumed a path, check if flow object exists in it and read it. If there is no flow object, try using a simpler function


flow-r/flowr documentation built on Feb. 14, 2025, 5:52 p.m.