From 0d83d914157240a8fad586c65106baa6544af799 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Fri, 14 Nov 2008 19:04:59 +0000 Subject: [PATCH] Forgot to change a import htsworkflow.pipeline to htsworflow.pipelines. --- htsworkflow/automation/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]*$') -- 2.30.2