Search code examples
snakemake

How to access wildcards within a run directive


I'm using a run directive for a rule and would like to access a wildcard called ref. How do I do that?


Solution

  • I believe it's just: wildcards.ref