update scripts for the pipeline to pipelines module rename
[htsworkflow.git] / scripts / retrieve_config
index cdd2c5b9c46df2c461681139c8974da1b6937778..3fab6ad2513a74dc79c036d7e56cb17b52ebd3e9 100644 (file)
@@ -1,9 +1,9 @@
 #!/usr/bin/env python
 import sys
-from htsworkflow.pipeline.retrieve_config import *
-from htsworkflow.pipeline import retrieve_config
-from htsworkflow.pipeline.genome_mapper import getAvailableGenomes
-from htsworkflow.pipeline.genome_mapper import constructMapperDict
+from htsworkflow.pipelines.retrieve_config import *
+from htsworkflow.pipelines import retrieve_config
+from htsworkflow.pipelines.genome_mapper import getAvailableGenomes
+from htsworkflow.pipelines.genome_mapper import constructMapperDict
 
 #Turn on built-in command-line parsing.
 retrieve_config.DISABLE_CMDLINE = False