Rename trunk from gaworkflow to htsworkflow (and update all of the imports)
[htsworkflow.git] / scripts / configure_pipeline
index 6c94b914db834f1dcb5eb2d034591ed4ed19cb74..4b2e3a05e8c4ba89f6fc03919c831ba42f63eed5 100644 (file)
@@ -2,9 +2,9 @@
 import os
 import sys
 import re
-from gaworkflow.pipeline.configure_run import *
-from gaworkflow.pipeline import retrieve_config as _rc
-from gaworkflow.pipeline.run_status import startCmdLineStatusMonitor
+from htsworkflow.pipeline.configure_run import *
+from htsworkflow.pipeline import retrieve_config as _rc
+from htsworkflow.pipeline.run_status import startCmdLineStatusMonitor
 
 logging.basicConfig(level=logging.DEBUG,
                     format='%(asctime)s %(levelname)-8s %(message)s',