A lightweight python toolkit for gluing together restartable, robust command line pipelines. Pypiper works with Looper to form a complete bioinformatics pipeline framework.
The best place to learn more is at the documentation hosted at Read the Docs. There you will find:
- Hello World
- Tutorials
- API
- A list of public pipelines that use pypiper.
- and more!
pip install --user https://github.com/epigen/pypiper/zipball/master
Update with:
pip install --user --upgrade https://github.com/epigen/pypiper/zipball/master