From c176335258334511ca8725517b9ae7bc131e9ac9 Mon Sep 17 00:00:00 2001 From: npac Date: Mon, 25 Nov 2024 20:21:31 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9Dreadme:=20add=20cron=20note?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e2365353..da6aac41 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,11 @@ See * build sqlite db of all acquisitions with subset of parameters * use db summary to pull out "ideal template" - * check new sessions' acquisitions against template to alert + * check new sessions' acquisitions against template to alert via cron + ``` +#m h dom mon dow command +30 0 * * * /home/npac/src/mrrc-hdr-qa/02_update_db.sh +``` ## Notes * "Sequence Name(0018,0024)" called "SequenceType" in [`taglist.txt`](./taglist.txt) is different per diffusion dcm (like `ep_b5#1`..`ep_b1540#27`)