Skip to content

Commit

Permalink
fix: Use 'recast submit' for reana backend (#126)
Browse files Browse the repository at this point in the history
* The `recast submit` command supports the reana backend, not `recast
  run`.
  • Loading branch information
matthewfeickert committed Nov 9, 2023
1 parent 2e3d336 commit 99528ea
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 @@ -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]'
Expand All @@ -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
Expand Down

0 comments on commit 99528ea

Please sign in to comment.