reanahub / reana-demo-helloworld

REANA example - "hello world"
MIT License
3 stars 35 forks source link

helloworld: example simplification #10

Closed tiborsimko closed 7 years ago

tiborsimko commented 7 years ago

Signed-off-by: Tibor Simko tibor.simko@cern.ch

tiborsimko commented 7 years ago

@diegodelemos @hjhsalo This is the example simplification I had in mind. A necessary change for reana will come in another PR. Please have a look.

Note that a further simplification will come when we shall have stdout/stderr capturing. Then we can remove the outputfile handling from the hello world example, since the input/output is more appropriately demonstrated in the reana-demo-worldpopulation example.

Even later on, we could remove the workflow specs, so that the "hello world" would remain as a simple "run this job" kind of example, as opposed to "run this analysis" kind of examples.

diegodelemos commented 7 years ago

I will merge this (we can move docs discussion to a new PR if necessary) since these changes will make the example work.