Adding the new Reports component.
[htsworkflow.git] / setup.py
1 from setuptools import setup
2
3 setup(
4   name="gaworkflow",
5   description="some bots and other utilities to help deal with data from an illumina sequencer",
6   author="Diane Trout & Brandon King",
7   author_email="diane@caltech.edu",
8   packages=["gaworkflow", 
9             "gaworkflow.pipeline",
10             "gaworkflow.frontend",
11             "gaworkflow.frontend.fctracker",
12             "gaworkflow.frontend.eland_config"           
13              ],
14   scripts=['scripts/spoolwatcher', 
15            'scripts/copier',
16            'scripts/runner',
17            'scripts/retrieve_config',
18            'scripts/configure_pipeline'],
19 )