From 99528ea9ea19ff636e88a4e8d127961cf98169a8 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Wed, 8 Nov 2023 20:23:28 -0600 Subject: [PATCH] fix: Use 'recast submit' for reana backend (#126) * The `recast submit` command supports the reana backend, not `recast run`. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1312025..ab0942a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Commands: #### Local backend -Running the example from the [ATLAS Exotics Rome Workshop 2018][ATLAS Exotics Workshop 2018] using the `local` backend: +Run the example from the [ATLAS Exotics Rome Workshop 2018][ATLAS Exotics Workshop 2018] using the `local` backend: ``` python -m pip install --upgrade 'recast-atlas[local]' @@ -61,14 +61,14 @@ recast run examples/rome --backend local #### REANA cluster backend -Running the example from the [ATLAS Exotics Rome Workshop 2018][ATLAS Exotics Workshop 2018] using the `reana` backend: +Asynchronously run the example from the [ATLAS Exotics Rome Workshop 2018][ATLAS Exotics Workshop 2018] using the `reana` backend: ``` python -m pip install --upgrade 'recast-atlas[reana]' ``` ``` -recast run examples/rome --backend reana +recast submit examples/rome --backend reana ``` [ATLAS Exotics Workshop 2018]: https://indico.cern.ch/event/710748/contributions/2982534/subcontributions/254796