X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=htsworkflow%2Fpipelines%2Fretrieve_config.py;h=0ef42a589fcdd06a90be00c4cdda4a48d10c7b02;hb=fdea826bf42947427fd5291f2412f0e6fb4e6feb;hp=f9d4e3ba0df83a4b918a5fafcdc5e5cded75c117;hpb=343570cd7096e048b3772719fcabd6d4a3cd1d79;p=htsworkflow.git diff --git a/htsworkflow/pipelines/retrieve_config.py b/htsworkflow/pipelines/retrieve_config.py index f9d4e3b..0ef42a5 100644 --- a/htsworkflow/pipelines/retrieve_config.py +++ b/htsworkflow/pipelines/retrieve_config.py @@ -140,7 +140,7 @@ def format_gerald_config(options, flowcell_info, genome_map): is_sequencing = True if is_sequencing: - config += ['%s:ANALYSIS sequence%s' % (lane_prefix, analysis_suffix)] + config += ['%s:ANALYSIS sequence%s' % (lane_prefix, sequence_suffix)] else: config += ['%s:ANALYSIS eland%s' % (lane_prefix, analysis_suffix)] config += ['%s:ELAND_GENOME %s' % (lane_prefix, species_path) ]