Skip to content

Draft: python functions and shell scripts

Ivan Kondov requested to merge scientific_workflows_dsl into master

A simple workflow language with FireWorks as backend.

Tasks

  • Python functions
    • function names, kwargs
    • dataflow: input and output data
  • Shell scripts
    • script as a string
    • managing stdin, stdout, stderr
    • manage files (stage-in, stage-out)

solving issue #17 (closed)

Edited by Ivan Kondov

Merge request reports