From: Brandon King Date: Fri, 4 Jan 2008 00:04:23 +0000 (+0000) Subject: Ok, one more option required. X-Git-Tag: 0.1.0~23 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=e7947b49661922df2416195f14e184e798b2aaf7 Ok, one more option required. --- diff --git a/gaworkflow/pipeline/retrieve_config.py b/gaworkflow/pipeline/retrieve_config.py index d1b4cf1..d6bcbed 100644 --- a/gaworkflow/pipeline/retrieve_config.py +++ b/gaworkflow/pipeline/retrieve_config.py @@ -23,6 +23,7 @@ class DummyOptions: def __init__(self): self.url = None self.output_filepath = None + self.flowcell = None class PreformattedDescriptionFormatter(IndentedHelpFormatter):