Added start of inventory summary view and cleaned up inventory template location
[htsworkflow.git] / setup.py
index 0cc5fb50980a25db286f5a6e5858da00ad334679..6d3c606873ac62fb7e0e04ff5887d3b21edd2aba 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -6,10 +6,16 @@ setup(
   author="Diane Trout & Brandon King",
   author_email="diane@caltech.edu",
   packages=["htsworkflow", 
-            "htsworkflow.pipeline",
+            "htsworkflow.pipelines",
             "htsworkflow.frontend",
-            "htsworkflow.frontend.fctracker",
-            "htsworkflow.frontend.eland_config"           
+            "htsworkflow.frontend.analysis",
+            "htsworkflow.frontend.eland_config",
+            "htsworkflow.frontend.experiments",
+            "htsworkflow.frontend.inventory",
+            "htsworkflow.frontend.reports",
+            "htsworkflow.frontend.samples",
+            "htsworkflow.automation",
+            "htsworkflow.util"
              ],
   scripts=[
         'scripts/configure_pipeline',
@@ -17,10 +23,12 @@ setup(
         'scripts/gerald2bed.py',
         'scripts/library.py',
         'scripts/makebed',
-        'scripts/spoolwatcher', 
         'scripts/rerun_eland.py',
         'scripts/retrieve_config',
         'scripts/runfolder',
         'scripts/runner',
+        'scripts/spoolwatcher', 
+        'scripts/srf',
+        'scripts/mark_archived_data'
         ],
 )