From 867dc6c4475d3a339856841778d7eb2b0d6324e3 Mon Sep 17 00:00:00 2001 From: Jon Wedell Date: Wed, 11 Dec 2024 08:52:06 -0600 Subject: [PATCH] Make a note in the readme on how to fetch current NMRPIPE version And fix a wrong version from the docs - the versions now use underscores rather than spaces. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9edb49..35430f0 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,9 @@ resources. if you use more than 2GB of memory when you omit `request_memory`. Therefore, if your jobs require more than 2GB of memory, please ensure you request enough memory with the `request_memory` parameter. -``` -requirements = NMRPIPE == "11.5 rev 2023.105.21.31" +``` +# Note - check current versions of NMRPIPE available by using the command `condor_status -af NMRPIPE` +requirements = NMRPIPE == "v11.5_rev_2023.105.21.31" +Production = True ```