pipeline-frameworks-cromwell-03.调度系统-oliver

oliver

1
2
3
4
5
oliver st -g MGISEQ-2000 -rd
# -r Show jobs in the 'Running' state.

#
/jdfstj4/B2C_RD_R1/fuxiangke/wesLite/env/miniconda3/envs/cromwell/bin/oliver status -j MGISEQ-2000A2302412010004 -d

status 参数
`shell
-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.

`

-------------本文结束感谢您的阅读-------------