From 6ca20aeceaffacfdb0543a7f3ade9424937f8380 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Tue, 18 Jun 2024 02:57:51 -0500 Subject: [PATCH] docs: Add example of downloading results from REANA (#162) * Download the statanalysis outputs from the examples/rome example. * Amends PR https://github.com/recast-hep/recast-atlas/pull/143. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58d92d3..c85c6fc 100644 --- a/README.md +++ b/README.md @@ -125,12 +125,12 @@ reana-client status # reana-client status --workflow "" ``` -The `examples/rome` example doesn't have any result files, but if it did, you can download the results after the workflow succeeds +Download the results after the workflow succeeds ``` -reana-client download --output-directory output +reana-client download statanalysis --output-directory output # or if REANA_WORKON not set -# reana-client download --workflow "" --output-directory output +# reana-client download statanalysis --workflow "" --output-directory output ``` Clean up the environment of personal information in environmental variables