lexman / tuttle

Make for data
MIT License
20 stars 3 forks source link

Dynamic dependencies #11

Closed lexman closed 8 years ago

lexman commented 9 years ago

For the moment the dependency graph is determined in the tuttlefile. We need a way to create the graph according to the environement. For example if one wants to process :

This might require that process retreive the list of inputs and outputs. For example, in Drake each process has access to environement variables $INPUT1, $INPUT2, $OUTPUT1, etc. Ex : https://github.com/Factual/drake/blob/develop/demos/McIlroy/Drakefile

A way to do this could be :

lexman commented 8 years ago

Done with parametrized workflows