From 27d8a9c4cdf87b8f1ccbae33a62aa4d571336f8f Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 28 Oct 2008 21:25:00 +0000 Subject: [PATCH] update setup.py for some package renames and some missing scripts --- setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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', ], ) -- 2.30.2