fjukstad / walrus

Containerized data analysis pipelines
MIT License
12 stars 2 forks source link

Does not wait for previous step #23

Open fjukstad opened 6 years ago

fjukstad commented 6 years ago

Downstream pipeline steps does not wait for previous step if they are not using the same variables in the pipeline cmd. E.g. step b depends on step a, where step a is run in parallel with some variables not used in step b.