79726260

Date: 2025-08-05 14:26:27
Score: 1
Natty:
Report link

Not a direct solution to your question but you could also use the localrules keyword to specify that a rule is local in your main smk file.

You wouldn't have to edit each rule just add localrules: my_rule1, my_rule2 in the first lines. Which might be easier to add and remove the local behaviour.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user27694251