JetBrains-Research / snakecharm

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

[7.9.0] Basic syntax for `exclude` syntax in use rules #495

Closed iromeo closed 2 years ago

iromeo commented 2 years ago

Add basic support:

In case like:

use rule * from test exclude b, d

Introduced in snakemake: 7.9.0 (2022-07-19)

Features