Skip to content

Commit

Permalink
reana: initial release
Browse files Browse the repository at this point in the history
* A first simple version of `reana.yaml` enabling to run the analysis
  example on the REANA reproducible analysis platform. Using simple
  sequential workflow.

Signed-off-by: Tibor Šimko <[email protected]>
  • Loading branch information
tiborsimko authored and stwunsch committed Feb 27, 2020
1 parent d620d69 commit 15bb79b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions reana.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 0.6.0
inputs:
files:
- dimuonSpectrum.C
workflow:
type: serial
specification:
steps:
- name: compile
environment: reanahub/reana-env-root6:6.18.04
commands:
- g++ -v -O3 -o dimuonSpectrum dimuonSpectrum.C `root-config --cflags --libs`
- name: run
environment: reanahub/reana-env-root6:6.18.04
commands:
- ./dimuonSpectrum
outputs:
files:
- dimuonSpectrum.pdf

0 comments on commit 15bb79b

Please sign in to comment.