A bit of refactoring toward making the run progress report code work
[htsworkflow.git] / scripts / configure_pipeline
index 6083d5166c3555b9f613cfea09f028cc9c7ea7de..6c94b914db834f1dcb5eb2d034591ed4ed19cb74 100644 (file)
@@ -4,7 +4,7 @@ import sys
 import re
 from gaworkflow.pipeline.configure_run import *
 from gaworkflow.pipeline import retrieve_config as _rc
-from gaworkflow.pipeline.monitors import startCmdLineStatusMonitor
+from gaworkflow.pipeline.run_status import startCmdLineStatusMonitor
 
 logging.basicConfig(level=logging.DEBUG,
                     format='%(asctime)s %(levelname)-8s %(message)s',