[project @ move brandon's pipeline handling code into gaworkflow.pipeline]
[htsworkflow.git] / setup.py
1 from setuptools import setup
2
3 setup(
4   name="uashelper",
5   description="some bots and other utilities to help deal with data from an illumina sequencer",
6   author="Diane Trout",
7   author_email="diane@caltech.edu",
8   packages=["uashelper"],
9   scripts=['scripts/spoolwatcher', 
10            'scripts/copier',
11            'scripts/retreive_config',
12            'scripts/configure_pipeline'],
13 )