Skip to content

Commit 6ca20ae

Browse files
docs: Add example of downloading results from REANA (#162)
* Download the statanalysis outputs from the examples/rome example. * Amends PR #143.
1 parent 11af091 commit 6ca20ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ reana-client status
125125
# reana-client status --workflow "<the created tag>"
126126
```
127127

128-
The `examples/rome` example doesn't have any result files, but if it did, you can download the results after the workflow succeeds
128+
Download the results after the workflow succeeds
129129

130130
```
131-
reana-client download --output-directory output
131+
reana-client download statanalysis --output-directory output
132132
# or if REANA_WORKON not set
133-
# reana-client download --workflow "<the created tag>" --output-directory output
133+
# reana-client download statanalysis --workflow "<the created tag>" --output-directory output
134134
```
135135

136136
Clean up the environment of personal information in environmental variables

0 commit comments

Comments
 (0)