gkno / gkno_launcher

The gkno launcher for executing tools or pipelines
MIT License
32 stars 7 forks source link

Version 2 upgrade #19

Closed AlistairNWard closed 9 years ago

AlistairNWard commented 9 years ago

Work on updating to version 2 is well underway. This is primarily a cleaning up of the configuration files and increasing the ease of use. The main upgrade to functionality comes in the ability to construct a pipeline configuration file using other pipeline configuration files. Consequently, pipelines can become units that are then used to construct larger pipelines.

Remaining tasks:

Export parameter sets. Inputting multiple sets of argument values. Implement task streaming. Allow arguments to accept a command to evaluate instead of a value. Delete intermediate files at the earliest opportunity. Check for required files before executing.

AlistairNWard commented 9 years ago

Broken out tasks into separate issues.