Forgot to change a import htsworkflow.pipeline to htsworflow.pipelines.
authorDiane Trout <diane@caltech.edu>
Fri, 14 Nov 2008 19:04:59 +0000 (19:04 +0000)
committerDiane Trout <diane@caltech.edu>
Fri, 14 Nov 2008 19:04:59 +0000 (19:04 +0000)
htsworkflow/automation/runner.py

index 9c26940ec9a58013f6d8e2715d9b3c4b877008b0..21514c1f18c7c77d9c09f2b64d0212234c37e616 100644 (file)
@@ -9,7 +9,7 @@ import threading
 
 from benderjab import rpc
 
-from htsworkflow.pipeline.configure_run import *
+from htsworkflow.pipelines.configure_run import *
 
 #s_fc = re.compile('FC[0-9]+')
 s_fc = re.compile('_[0-9a-zA-Z]*$')