genometric/Cromwell Automation TEST0011

Automates the submission and monitoring of WDL workflows to a Cromwell server.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
subcommandSpecifies the task that the action should perform, and its value can be either of the following.nosynchronous
azure_storage_account_nameSets the storage account name used by the Cromwell on Azure instance.yes
azure_storage_container_nameSets the Azure container name under the given storage account that Cromwell on Azure instance uses.yes
azure_storage_inputs_container_nameSets the Azure container name that will be used to store the files used for submitting a workflow to Cromwell on Azure.yes
azure_storage_blob_nameSets the name of the blob under the set `azure_storage_account_name/azure_storage_container_name` that Cromwell on Azure listens for new submissions.nonew
azure_storage_metadata_container_nameSets the container name that contains the metadata of the completed tasks.nooutputs
workflow_pathSets the local path of the workflow to be tested.yes
workflow_inputs_pathSets the local path of a file in `JSON` format that contains the inputs of the workflow to be tested.yes
workflow_options_pathSets the local path to a file in `JSON` format that contains the Cromwell options for running the workflow.no
workflow_dependencies_pathSets the local path to a file in `ZIP` format that contains all the dependencies of the workflow to be tested.yes
workflow_idSets the UUID of the workflow. This option is used when `subcommand = monitor` or `subcommand = metadata`.no

no outputs