X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=setup.py;fp=setup.py;h=016b16cbd18760ffbb4ca8cc351c93570a6d15a6;hb=27d8a9c4cdf87b8f1ccbae33a62aa4d571336f8f;hp=0cc5fb50980a25db286f5a6e5858da00ad334679;hpb=6072dffd4db43b21ecbf3bbe80aa1abd46fc9706;p=htsworkflow.git diff --git a/setup.py b/setup.py index 0cc5fb5..016b16c 100644 --- a/setup.py +++ b/setup.py @@ -6,9 +6,9 @@ setup( author="Diane Trout & Brandon King", author_email="diane@caltech.edu", packages=["htsworkflow", - "htsworkflow.pipeline", + "htsworkflow.pipelines", "htsworkflow.frontend", - "htsworkflow.frontend.fctracker", + "htsworkflow.frontend.samples", "htsworkflow.frontend.eland_config" ], scripts=[ @@ -17,10 +17,11 @@ setup( 'scripts/gerald2bed.py', 'scripts/library.py', 'scripts/makebed', - 'scripts/spoolwatcher', 'scripts/rerun_eland.py', 'scripts/retrieve_config', 'scripts/runfolder', 'scripts/runner', + 'scripts/spoolwatcher', + 'scripts/srf', ], )