SciFlow-0.5.0: Scientific workflow management system

Safe HaskellNone
LanguageHaskell2010

Scientific.Workflow.Main

Documentation

data MainOpts Source #

Constructors

MainOpts 

Fields

  • preAction :: Name

    An action to be execute before the workflow. The action should have type: IO () -> IO (). ^ i.e., some initialization processes.

  • programHeader :: String
     

Instances