Skip to content

Commit

Permalink
docs: Add example of downloading results from REANA (#162)
Browse files Browse the repository at this point in the history
* Download the statanalysis outputs from the examples/rome example.
* Amends PR #143.
  • Loading branch information
matthewfeickert committed Jun 18, 2024
1 parent 11af091 commit 6ca20ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ reana-client status
# reana-client status --workflow "<the created tag>"
```

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 "<the created tag>" --output-directory output
# reana-client download statanalysis --workflow "<the created tag>" --output-directory output
```

Clean up the environment of personal information in environmental variables
Expand Down

0 comments on commit 6ca20ae

Please sign in to comment.