snakemake / snakemake-executor-plugin-slurm

A Snakemake executor plugin for submitting jobs to a SLURM cluster
MIT License
9 stars 13 forks source link

feat: wildcards in comment string #85 #88

Closed mrvollger closed 1 month ago

mrvollger commented 1 month ago

Small change to include wildcards in the comment strings (re #85).

I tested it locally on my Slurm instance, and it works well.

I also prefixed the rule name with rule_ to match the formatting of the slurm log path.

Cheers, Mitchell