Closed Xewar313 closed 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:
...
Version 7.25.0 introduced localrule directive, which is not recognized by Snakecharm https://github.com/snakemake/snakemake/pull/2180