make-library-tree should be an installed script too
authorDiane Trout <diane@caltech.edu>
Tue, 1 Jun 2010 19:35:59 +0000 (19:35 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 1 Jun 2010 19:35:59 +0000 (19:35 +0000)
setup.py

index 026beb8b9b77ec11f05a8a539472e2542557b3c7..2ecb3c6337b648bbd3ee7ac4fc18f8f95de0cbe9 100644 (file)
--- 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'
         ],
 )