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.11] Resources scopes support #510

Open iromeo opened 7 months ago

iromeo commented 7 months ago

New rules syntax added in 7.11 - https://snakemake.readthedocs.io/en/stable/snakefiles/rules.html#resources-and-remote-execution

resource_scopes:
    gpus="local",
    foo="local",
    disk_mb="global"