to_flowdet: Create a flow's submission detail file

Description Usage Arguments Details

View source: R/to-flowdet.R

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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


flowr documentation built on March 3, 2021, 1:12 a.m.