JetBrains-Research / snakecharm

Plugin for PyCharm / IntelliJ IDEA Platform IDEs which adds support for Snakemake language.
MIT License
61 stars 7 forks source link

Snakecharm does not recognize localrule directive #524

Closed Xewar313 closed 1 month ago

Xewar313 commented 6 months ago

Version 7.25.0 introduced localrule directive, which is not recognized by Snakecharm https://github.com/snakemake/snakemake/pull/2180

iromeo commented 1 month ago

docs: https://snakemake.readthedocs.io/en/stable/snakefiles/rules.html#local-rules

alternative to localrules

Example:

rule all:
    input: ...
    localrule: True

rule foo:
    ...
    localrule: True

rule bar:
    ...
iromeo commented 1 month ago

fixed in https://github.com/JetBrains-Research/snakecharm/commit/4bf1d4df2df706bf36e8b96f0f28467f977cea20