For the complete documentation index, see llms.txt. This page is also available as Markdown.

workflows versions defaults describe

Describe workflow defaults for one or more default IDs

Synopsis

Describe Workflow Defaults

omics workbench workflows versions defaults describe DEFAULT_ID [DEFAULT_ID ...]
  [--workflow=WORKFLOW_ID]
  [--version=VERSION_ID]
  [--namespace=NAMESPACE]

Description

Describe workflow defaults for one or more given default IDs. This command returns detailed information about each specified workflow default.

Examples

Describe a single workflow default by its ID:

omics workbench workflows versions defaults describe default-id-1

Describe multiple workflow defaults by their IDs:

omics workbench workflows versions defaults describe default-id-1 default-id-2 default-id-3

Positional Arguments

DEFAULT_ID=STRING

One or more IDs of the workflow defaults to be described. This positional argument is required.

Flags

--namespace=STRING

An optional flag to define the namespace to connect to. By default, the namespace is extracted from the user's credentials.

--workflow=STRING

The ID of the workflow for which the defaults will be described.

--version=STRING

The ID of the workflow version for which the defaults will be described.

Last updated

Was this helpful?