From: Diane Trout Date: Fri, 9 May 2008 03:22:39 +0000 (+0000) Subject: update the setup.py file to the new name for the runfolder script X-Git-Tag: stanford.caltech-merged-database-2009-jan-15~70 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=2da02dc8a8a5d2eb0508e346bb47c8f87ab1b986 update the setup.py file to the new name for the runfolder script --- diff --git a/setup.py b/setup.py index db4b09b..b66405a 100644 --- a/setup.py +++ b/setup.py @@ -16,5 +16,5 @@ setup( 'scripts/runner', 'scripts/retrieve_config', 'scripts/configure_pipeline', - 'scripts/runfolder.py'], + 'scripts/runfolder'], )