X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Fpipelines%2Fsrf2fastq.py;fp=htsworkflow%2Fpipelines%2Fsrf2fastq.py;h=0d895d9e4b18c8fbb968da470639df8808424339;hp=ab86342ce6d2108a95811cfb5f9a134f17affc6d;hb=1d7536c7a298329915775afb14e7a3c445371573;hpb=2816ef120f54daaf9ef5d6f70bb19e379f5ab955 diff --git a/htsworkflow/pipelines/srf2fastq.py b/htsworkflow/pipelines/srf2fastq.py index ab86342..0d895d9 100644 --- a/htsworkflow/pipelines/srf2fastq.py +++ b/htsworkflow/pipelines/srf2fastq.py @@ -7,7 +7,7 @@ from subprocess import Popen, PIPE import sys from htsworkflow.util.opener import autoopen -from htsworkflow.version import version +from htsworkflow.util.version import version LOGGER = logging.getLogger(__name__)