From: Diane Trout Date: Fri, 14 Nov 2008 19:04:59 +0000 (+0000) Subject: Forgot to change a import htsworkflow.pipeline to htsworflow.pipelines. X-Git-Tag: stanford.caltech-merged-database-2009-jan-15~22 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=0d83d914157240a8fad586c65106baa6544af799 Forgot to change a import htsworkflow.pipeline to htsworflow.pipelines. --- diff --git a/htsworkflow/automation/runner.py b/htsworkflow/automation/runner.py index 9c26940..21514c1 100644 --- a/htsworkflow/automation/runner.py +++ b/htsworkflow/automation/runner.py @@ -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]*$')