madminer-tool / madminer-workflow

Madminer complete cloud-based analysis
MIT License
4 stars 4 forks source link

Define REANA workflow ML scripts #17

Closed Sinclert closed 4 years ago

Sinclert commented 4 years ago

This PR performs a big refactor on how the shell script commands are run on the REANA workflow. The main goal of the refactor is to move all the shell script commands from the steps.yml file into proper .sh files, so that they can be run locally for debugging purposes.

This PR covers the "ml" use-case steps.


During the refactor, additional modifications have been performed:


New additions:

Sinclert commented 4 years ago

If all changes seem OK, this PR is ready to merge.