View source: R/getWorkflowConfig.R
getWorkflowConfig | R Documentation |
Check the workflow configuration
getWorkflowConfig(workspaceName, workflowName = NULL)
workspaceName |
Name of the workspace |
workflowName |
Name of the workflow to run. If a single workflow is
available under the specified workspace, this function will check the input
of that workflow under the default ( |
A data.frame for the inputs defined in a workflow configuration.
library(AnVILBase)
if (
gcloud_exists() && identical(avplatform_namespace(), "AnVILGCP") &&
nzchar(avworkspace_name())
) {
config <- getWorkflowConfig(workspaceName = "Bioconductor-Workflow-DESeq2")
config
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.