geoffxy / conductor

🎶 A simple and elegant research computing orchestrator.
GNU Affero General Public License v3.0
4 stars 0 forks source link

Consider adding a "combine" task type that moves task outputs into one directory #17

Closed geoffxy closed 3 years ago

geoffxy commented 3 years ago

We should update the current behavior of combine() so that it creates subdirectories for each task. That way we can prevent name clashes of task outputs.

Note: This means the task's dependents need to have unique names (which should be true in most cases).

geoffxy commented 3 years ago

The new behavior has been implemented in commit 7c1c1e2fe39dd740f694defbd7a13621267034da.