JetBrains-Research / snakecharm

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

Inspection: Cache and bechmark are not reported as an error #525

Open Xewar313 opened 6 months ago

Xewar313 commented 6 months ago

Snakemake does not allow setting benchmark and cache for the same rule - it should be reported as error, but snakecharm does not detect it https://github.com/snakemake/snakemake/pull/2335 image

iromeo commented 1 month ago

Docs: https://snakemake.readthedocs.io/en/stable/executing/caching.html#between-workflow-caching

iromeo commented 1 month ago

released 7.30.2

Allowed values: Need completion for it: cache: True # allowed values: "all", "omit-software", True

iromeo commented 1 month ago

https://github.com/JetBrains-Research/snakecharm/commit/4bf1d4df2df706bf36e8b96f0f28467f977cea20 wrong commit mentioning