wftools is a command line tool and package for managing genomics data processing workflows. It communicate with workflows and tasks execution servers through the following APIs:
wftoolsUsage: wftools [OPTIONS] COMMAND [ARGS]...
Workflow and task management for genomics research
Options:
--help Show this message and exit.
Commands:
cromwell Cromwell
tes Task Execution Schema
wes Workflow Execution Schema
abortAbort a running workflowcollectCopy or move output files to directorydescribeDescribe a workflowinfoGer server infolistList workflowslogsGet the logs for a workflowoutputsGet the outputs for a workflowreleaseSwitch from 'On Hold' to 'Submitted' statusstatusRetrieves the current state for a workflowsubmitSubmit a workflow for executionvalidateValidate a workflow and its inputsversionReturn the version of this Cromwell server
Set CROMWELL_SERVER environment variable to omit --host argument.
export CROMWELL_SERVER=http://localhost:8000
wftools cromwell infoabortAbort a running taskinfoInformation about the servicelistList tasksstatusRetrieves the current state of a task
Set TES_SERVER environment variable to omit --host argument.
export TES_SERVER=http://localhost:8000
wftools tes infoabortCancel a running workflowinfoGet information about servicelistList the workflow runslogsGet detailed info about a workflow runstatusGet quick status info about a workflow runsubmitRun a workflow
Set WES_SERVER environment variable to omit --host argument.
export WES_SERVER=http://localhost:8000
wftools wes info