Skip to content

Commit 42c126b

Browse files
authored
Update babs-status.rst
1 parent 816c89a commit 42c126b

File tree

1 file changed

+4
-22
lines changed

1 file changed

+4
-22
lines changed

docs/babs-status.rst

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Command-Line Arguments
1616

1717

1818
.. warning::
19-
Do NOT kill ``babs status`` (especially with ``--resubmit*``)
19+
Do NOT kill ``babs status``
2020
while it's running! Otherwise, new job IDs may not be captured or saved into the ``job_status.csv``!
2121

2222

@@ -32,30 +32,12 @@ you'll only get job status summary (i.e., number of jobs finished/pending/runnin
3232

3333
.. code-block:: bash
3434
35-
babs status /path/to/my_BABS_project
36-
37-
Failed job auditing
38-
------------------------
39-
Only use alert messages in log files for failed job auditing:
40-
41-
.. code-block:: bash
42-
43-
babs status \
44-
/path/to/my_BABS_project \
45-
--container-config /path/to/container_config.yaml
46-
47-
Use alert messages in log files + Perform job account for jobs
48-
without alert messages in log files:
49-
50-
.. code-block:: bash
51-
52-
babs status \
53-
/path/to/my_BABS_project \
54-
--container-config-yaml-file /path/to/container_config.yaml
35+
cd /path/to/my_BABS_project
36+
babs status
5537
5638
Job resubmission
5739
------------------
58-
By running ``babs status``, you might see that some jobs are pending or failed,
40+
After running ``babs status``, you might see that some jobs are pending or failed,
5941
and you'd like to resubmit them.
6042

6143
Run this (in BABS project root) to resubmit all the failed jobs:

0 commit comments

Comments
 (0)