Skip to content
Snippets Groups Projects
Commit a0425a29 authored by Mikhail Smirnov's avatar Mikhail Smirnov
Browse files

reana yaml for data lake

parent df5a56ba
No related branches found
No related tags found
2 merge requests!7Add CICD for test,!5test to another
---
version: 0.8.1
inputs:
files:
- reana_analysis/production_of_fits_WF.py
- python_scripts/__init__.py
- python_scripts/func.py
- python_scripts/irf_utils.py
- python_scripts/plot_utils.py
parameters:
main: production_of_fits_WF.py
path: reana_analysis
workflow:
type: serial
specification:
steps:
- name: fetchdata
voms_proxy: true
rucio: true
environment: 'projectescape/rucio-client'
commands:
- rucio get "KM3ET_ECAP_MS:mcv5.1.km3_anumuCC.ALL.dst.bdt.root"
- rucio get <KM3ET_ECAP_MS:mcv5.1.km3_numuCC.ALL.dst.bdt.root>
- name: fitdata
environment: <gear8mike/test-repo:km3irf>
kubernetes_memory_limit: '1000Mi'
commands:
- mkdir data
- mv mcv5.1.km3_anumuCC.ALL.dst.bdt.root ./data
- mv mcv5.1.km3_numuCC.ALL.dst.bdt.root ./data
- cd "${path}" && python "${main}"
outputs:
files:
- results/test_aeff.fits
#! /bin/bash
reana-client create -w aeff_build -f reana_heavy.yaml
reana-client create -w aeff_build -f reana_heavy_DL.yaml
export REANA_WORKON=aeff_build
reana-client upload
reana-client start
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment