snakemake / snakemake-executor-plugin-slurm

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

feat: wildcards in comment string #85 #88

Closed mrvollger closed 6 months ago

mrvollger commented 6 months 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