snakecharm icon indicating copy to clipboard operation
snakecharm copied to clipboard

Lack of multi-resolve after `rules.` when a rule has several declarations

Open iromeo opened this issue 4 years ago • 0 comments

# a1.smk
rule a:

# a2.smk
rule a:

# b.smk
rule b:
    input: rules.a #here multiple options should be shown

iromeo avatar Feb 10 '22 23:02 iromeo