X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Fpipelines%2Fsrf.py;fp=htsworkflow%2Fpipelines%2Fsrf.py;h=94445b600f2232b60bf35d35224934e89b5db389;hp=5a6c969bd768aa09fab68e005f9ef5caae7ffcea;hb=53ebb47e86e81ce349d4ef4e16aef94be93486ea;hpb=4262586d10cc0cc227390873b301b55244204c11 diff --git a/htsworkflow/pipelines/srf.py b/htsworkflow/pipelines/srf.py index 5a6c969..94445b6 100644 --- a/htsworkflow/pipelines/srf.py +++ b/htsworkflow/pipelines/srf.py @@ -111,7 +111,7 @@ def create_qseq_patterns(bustard_dir): qseq_patterns = [] # grab a lane from the dictionary # I don't think it matters which one. - k = lanes.keys()[0] + k = list(lanes.keys())[0] # build the list of patterns for read in lanes[k]: read = int(read)