planemo workflow_test_init
Initialize a Galaxy workflow test description for supplied workflow.
Synopsis
planemo workflow_test_init [OPTIONS] WORKFLOW_PATH_OR_ID
Arguments
| Argument | Type | Required | Help |
|---|---|---|---|
| WORKFLOW_PATH_OR_ID | text | yes | — |
Options
| Option | Type | Default | Required | Help |
|---|---|---|---|---|
| -f, —force | flag | false | — | Overwrite existing files if present. |
| -o, —output | file | — | — | — |
| —split_test, —no_split_test | flag | false | — | Write workflow job and test definitions to separate files. |
| —galaxy_url | text | — | — | Remote Galaxy URL to use with external Galaxy engine. |
| —galaxy_user_key | text | — | — | User key to use with external Galaxy engine. |
| —from_invocation, —from_uri | flag | false | — | Build a workflow test or job description from an invocation ID run on an external Galaxy.A Galaxy URL and API key must also be specified. This allows test data to be downloadedand inputs and parameters defined automatically. Alternatively, the default is to build thedescriptions from a provided workflow URI. |
| —profile | text | — | — | Name of profile (created with the profile_create command) to use with this command. |
Output
Describe stdout/stderr shape, exit-code contract, and any JSON-report flags here.
Examples
Add canonical invocations here.
Gotchas
Document non-obvious behavior and common failure modes here.