X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Fpipelines%2Fgenomemap.py;h=6dfcf68fc235775a8280dd1bc0719e4fd513c7e4;hp=4dbbc2dce6dd12f32a2ae38aa55ae69237d4abfb;hb=aa47067f5a80eef8eccd50b3c0f478f79cf0caf8;hpb=10b111edbe6ceb8da7d4296795857060ea831d69 diff --git a/htsworkflow/pipelines/genomemap.py b/htsworkflow/pipelines/genomemap.py index 4dbbc2d..6dfcf68 100644 --- a/htsworkflow/pipelines/genomemap.py +++ b/htsworkflow/pipelines/genomemap.py @@ -3,7 +3,7 @@ from glob import glob import os import collections -from htsworkflow.pipelines.runfolder import ElementTree +from htsworkflow.pipelines import ElementTree vldInfo = collections.namedtuple('vldInfo', 'name is_link')