[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
ecd774b35f
commit
e83b1b0291
@ -443,6 +443,7 @@ def parse(l):
|
|||||||
|
|
||||||
def update_config_with_sector_opts(config, sector_opts):
|
def update_config_with_sector_opts(config, sector_opts):
|
||||||
from snakemake.utils import update_config
|
from snakemake.utils import update_config
|
||||||
|
|
||||||
for o in sector_opts.split("-"):
|
for o in sector_opts.split("-"):
|
||||||
if o.startswith("CF+"):
|
if o.startswith("CF+"):
|
||||||
l = o.split("+")[1:]
|
l = o.split("+")[1:]
|
||||||
|
Loading…
Reference in New Issue
Block a user