gkno / gkno_launcher

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

Version 2 upgrade #16

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:

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