A better resolution to a possible circular dependency.
[htsworkflow.git] / htsworkflow / pipelines / retrieve_config.py
index bd220a0ee854472e643df0b4e15ea3d4e3ac1ea1..a189f097e3017b8c8aac8b26b3d96ccbb0ec4460 100644 (file)
@@ -22,7 +22,7 @@ from htsworkflow.util.url import normalize_url
 from htsworkflow.pipelines.genome_mapper import \
      getAvailableGenomes, \
      constructMapperDict
-from htsworkflow.pipelines.runfolder import LANE_LIST
+from htsworkflow.pipelines import LANE_LIST
 # JSON dictionaries use strings
 LANE_LIST_JSON = [ str(l) for l in LANE_LIST ]