From: Diane Trout Date: Thu, 27 Mar 2008 01:13:15 +0000 (+0000) Subject: Add runfolder.py to the list of scripts X-Git-Tag: stanford.caltech-merged-database-2009-jan-15~86 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=1ba2c88b3b288ae58a2bf61e00c8405da43130f4 Add runfolder.py to the list of scripts --- diff --git a/setup.py b/setup.py index 9b5060e..db4b09b 100644 --- a/setup.py +++ b/setup.py @@ -15,5 +15,6 @@ setup( 'scripts/copier', 'scripts/runner', 'scripts/retrieve_config', - 'scripts/configure_pipeline'], + 'scripts/configure_pipeline', + 'scripts/runfolder.py'], )