to_flowdet {flowr} | R 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
[Package flowr version 0.9.11 Index]