View source: R/labkey.pipeline.R
labkey.pipeline.getFileStatus | R Documentation |
Gets the status of analysis using a particular protocol for a particular pipeline.
labkey.pipeline.getFileStatus(baseUrl=NULL, folderPath,
taskId, protocolName, path, files)
baseUrl |
a string specifying the |
folderPath |
a string specifying the |
taskId |
a string identifier for the pipeline |
protocolName |
a string name of the analysis protocol |
path |
a string for the relative path from the folder's pipeline root |
files |
a list of names of the files within the subdirectory described by the path property |
The response will contain a list of file status objects, i.e. files, each of which will have the following properties:
"name": name of the file
"status": status of the file
The response will also include the name of the action that would be performed on the files if the user initiated processing, i.e. submitType.
Cory Nathe
labkey.pipeline.getPipelineContainer
,
labkey.pipeline.getProtocols
,
labkey.pipeline.startAnalysis
## Not run:
labkey.pipeline.getFileStatus(
baseUrl="http://labkey/",
folderPath="home",
taskId = "pipelinetest:pipeline:r-copy",
path = "r-copy",
protocolName = "Test protocol name",
files = list("sample.txt", "result.txt")
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.