diff --git a/scripts/_helpers.py b/scripts/_helpers.py index 81850e07..281ee9c2 100644 --- a/scripts/_helpers.py +++ b/scripts/_helpers.py @@ -443,6 +443,7 @@ def parse(l): def update_config_with_sector_opts(config, sector_opts): from snakemake.utils import update_config + for o in sector_opts.split("-"): if o.startswith("CF+"): l = o.split("+")[1:]