Skip to content
Wise, Aaron edited this page Feb 15, 2018 · 9 revisions

Welcome to the ZIPPY wiki!

For new users, begin with the package Readme. After that, take a look at the expanded tutorial and the list of implemented modules. Once you've compiled some workflows, take a look at the complete params file syntax to learn more!

For developers, check out the section on how to implement new ZIPPY modules

To find the ZIPPY code, it is currently in the 'zippy' directory. The most important files are:

  • zippy.py (Runs a workflow)
  • make_params.py ('Compiles' a list of stages into a full workflow json.)
  • modular_runner.py (Contains the current set of modules)
  • params.py (Helper object for handling parameters)
Clone this wiki locally