Updated installtion script:
authorBrandon King <kingb@caltech.edu>
Tue, 16 Jun 2009 18:22:39 +0000 (18:22 +0000)
committerBrandon King <kingb@caltech.edu>
Tue, 16 Jun 2009 18:22:39 +0000 (18:22 +0000)
  * Was missing some newer django apps
  * Was missing mark_archived_data script

setup.py

index 016b16cbd18760ffbb4ca8cc351c93570a6d15a6..a1d2fc71fc5445214fd9cafcc07382f9b4ec2c95 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -8,8 +8,14 @@ setup(
   packages=["htsworkflow", 
             "htsworkflow.pipelines",
             "htsworkflow.frontend",
+            "htsworkflow.analysis",
+            "htsworkflow.frontend.eland_config",
+            "htsworkflow.frontend.experiments",
+            "htsworkflow.frontend.inventory",
+            "htsworkflow.frontend.reports",
             "htsworkflow.frontend.samples",
-            "htsworkflow.frontend.eland_config"           
+            "htsworkflow.automation",
+            "htsworkflow.util"
              ],
   scripts=[
         'scripts/configure_pipeline',
@@ -23,5 +29,6 @@ setup(
         'scripts/runner',
         'scripts/spoolwatcher', 
         'scripts/srf',
+        'scripts/mark_archived_data'
         ],
 )