Skip to content

Draft: Scientific wf domain specific language

Ivan Kondov requested to merge scientific_wf_dsl into master

A simple workflow language with FireWorks as backend.

  • 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