From a9d979c1dba1ed92f48dd37822bcc7022860f0c2 Mon Sep 17 00:00:00 2001 From: Lanqing Yuan Date: Sun, 21 Apr 2024 21:36:36 -0500 Subject: [PATCH] debug --- jobs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ```