-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Wise, Aaron edited this page Jun 1, 2017
·
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 'workflow' directory, and consists of the files:
- zippy.py (Runs a workflow)
- make_params.py ('Compiles' a list of stages into a full workflow json.)
- ModularRunner.py (Contains the current set of modules)
- params.py (Helper object for handling parameters)
(This repo evolved organically from another project, and cleaning it up is TBD.)