diff --git a/jobs/README.md b/jobs/README.md index 8d4a7f3..d91b82f 100644 --- a/jobs/README.md +++ b/jobs/README.md @@ -2,9 +2,9 @@ ## Scope Job submission scripts. ## Structure -`config.ini`: Configuraiton that you want to change everytime before submitting. -`submit.py`: wrapper around `utilix.batchq` to submit jobs. -`job.py`: processing script, just a wrapper around `st.make`. +- `config.ini`: Configuraiton that you want to change everytime before submitting. +- `submit.py`: wrapper around `utilix.batchq` to submit jobs. +- `job.py`: processing script, just a wrapper around `st.make`. ## Usage Update `config.ini` and run this in a container ```