From: Diane Trout Date: Tue, 1 Jun 2010 19:35:59 +0000 (+0000) Subject: make-library-tree should be an installed script too X-Git-Tag: 0.4.3~11 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=74bf986f7e7415f59c8797c00acd373ce0ab34b6 make-library-tree should be an installed script too --- diff --git a/setup.py b/setup.py index 026beb8..2ecb3c6 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,8 @@ setup( 'scripts/gerald2bed.py', 'scripts/library.py', 'scripts/makebed', + 'scripts/make-library-tree', + 'scripts/mark_archived_data' 'scripts/qseq2fastq', 'scripts/rerun_eland.py', 'scripts/retrieve_config', @@ -30,6 +32,5 @@ setup( 'scripts/runner', 'scripts/spoolwatcher', 'scripts/srf', - 'scripts/mark_archived_data' ], )