Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.06 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.06 KB

A pipeline creation framework for simplifying reruns and branching

Build Status Coverage Status

Installation

$ git clone https://github.com/(your_username)/orchard.git
$ cd orchard
$ pip install -e .

Running

In one tab (as luigid blocks, and luigid --background is a pain to kill)

$ luigid

In a separate tab

$ cd example
$ orchard template link.yaml
# Fill in the configuration file that was generated using the first infile as
# 'test_files/a.txt'
$ orchard build link.yaml config.yaml
$ orchard launch test.py