View source: R/labkey.pipeline.R
labkey.pipeline.getPipelineContainer | R Documentation |
Gets the container in which the pipeline for this container is defined. This may be the container in which the request was made, or a parent container if the pipeline was defined there.
labkey.pipeline.getPipelineContainer(baseUrl=NULL, folderPath)
baseUrl |
a string specifying the |
folderPath |
a string specifying the |
The response will contain the following:
"containerPath": The container path in which the pipeline is defined. If no pipeline has been defined in this container hierarchy, then the value of this property will be null.
"webDavURL": The WebDavURL for the pipeline root.
Cory Nathe
labkey.pipeline.getProtocols
,
labkey.pipeline.getFileStatus
,
labkey.pipeline.startAnalysis
## Not run:
labkey.pipeline.getPipelineContainer(
baseUrl="http://labkey/",
folderPath="home"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.