.biobakery_currentInput | R Documentation |
Check the current input arguments
.biobakery_currentInput(config)
config |
Workflow configuration. Output from the
|
A list length of two, including inputListPath and inputFilePath.
library(AnVILBase)
if (
gcloud_exists() && identical(avplatform_namespace(), "AnVILGCP") &&
nzchar(avworkspace_name())
) {
config <- avworkflow_configuration_get(
workflow_namespace = "mtx_workflow_biobakery_version3",
workflow_name = "mtx_workflow_biobakery_version3",
workspace_namespace = "waldronlab-terra-rstudio",
workspace_name = "mtx_workflow_biobakery_version3_template")
biobakery_inputs <- .biobakery_currentInput(config)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.