X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=htsworkflow%2Fpipelines%2F__init__.py;fp=htsworkflow%2Fpipelines%2F__init__.py;h=9297f3e64d01d3eb074a960ed54c28ff786f011f;hb=53ebb47e86e81ce349d4ef4e16aef94be93486ea;hp=8b4b191e65efc072db8b74e2c2786020b27cff7d;hpb=4262586d10cc0cc227390873b301b55244204c11;p=htsworkflow.git diff --git a/htsworkflow/pipelines/__init__.py b/htsworkflow/pipelines/__init__.py index 8b4b191..9297f3e 100644 --- a/htsworkflow/pipelines/__init__.py +++ b/htsworkflow/pipelines/__init__.py @@ -11,5 +11,5 @@ EUROPEAN_DATE_RE = "([0-9]{1,2}-[0-9]{1,2}-[0-9]{4,4})" VERSION_RE = "([0-9\.]+)" USER_RE = "([a-zA-Z0-9]+)" LANES_PER_FLOWCELL = 8 -LANE_LIST = range(1, LANES_PER_FLOWCELL + 1) +LANE_LIST = list(range(1, LANES_PER_FLOWCELL + 1))