currentInput | R Documentation |
Check the current input arguments
currentInput(workspaceName, config, requiredInputOnly = TRUE, analysis = NULL)
workspaceName |
Name of the workspace |
config |
Workflow configuration. Output from the
|
requiredInputOnly |
Under the default ( |
analysis |
If specified, only the minimally required inputs for a given workflow will be returned. |
A data.frame for the inputs defined in a workflow configuration.
library(AnVILBase)
if (
gcloud_exists() && identical(avplatform_namespace(), "AnVILGCP") &&
nzchar(avworkspace_name())
) {
workspaceName <- "Bioconductor-Workflow-DESeq2"
config <- getWorkflowConfig(workspaceName)
currentInput(workspaceName = workspaceName, config = config)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.