reanahub / reana-workflow-engine-serial

REANA Workflow Engine Serial
http://reana-workflow-engine-serial.readthedocs.org
MIT License
0 stars 33 forks source link

parameters: add parameters interpolation for command strings #34

Closed diegodelemos closed 6 years ago

diegodelemos commented 6 years ago

Currently parameters are not taken into account for serial engine. We could use Python string formatting capabilities for its implementation. Of course, this needs to be validated on the client so we make sure that eventually interpolation is going to take place.