1 | oliver st -g MGISEQ-2000 -rd |
status 参数
-d, --detail-view Show detailed view which displays information about each individual job.
-z, --steps-view Show the 'steps' view which displays summary information about how many jobs are at each step.
-a, --aborted Show jobs in the 'Aborted' state.
-b BATCHES_RELATIVE [BATCHES_RELATIVE ...], --batches-relative BATCHES_RELATIVE [BATCHES_RELATIVE ...]
Starting with the _most recent_ batch, compute batches separated by `batch-interval-mins`. Any batches not contained in `batches` are filtered.
-B BATCHES_ABSOLUTE [BATCHES_ABSOLUTE ...], --batches-absolute BATCHES_ABSOLUTE [BATCHES_ABSOLUTE ...]
Starting with the _first batch in time_, compute batches separated by `batch-interval-mins`. Any batches not contained in `batches` are filtered.
--failed-calls FAILED_CALLS [FAILED_CALLS ...]
Only show calls with the given name that failed (useful in restarting failed steps).
-f, --failed Show jobs in the 'Failed' state.
-g JOB_GROUP, --job-group JOB_GROUP
Specify the Oliver job group.
-i CROMWELL_WORKFLOW_UUID, --cromwell-workflow-uuid CROMWELL_WORKFLOW_UUID
Filter by workflow id matching argument.
-j JOB_NAME, --job-name JOB_NAME
Specify the Oliver job name.
-n CROMWELL_WORKFLOW_NAME, --cromwell-workflow-name CROMWELL_WORKFLOW_NAME
Filter by workflow name matching argument.
-r, --running Show jobs in the 'Running' state.
-t SUBMISSION_TIME, --submission-time SUBMISSION_TIME
Show only jobs which were submitted at most N hours ago.
-s, --succeeded Show jobs in the 'Succeeded' state.
--grid-style GRID_STYLE
Any valid `tablefmt` for python-tabulate.