We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16aae3a commit 10ce158Copy full SHA for 10ce158
snakemake_executor_plugin_slurm/__init__.py
@@ -92,7 +92,7 @@ def run_job(self, job: JobExecutorInterface):
92
if wildcard_str == "":
93
comment_str = f"rule_{job.name}"
94
else:
95
- comment_str = f"rule_{job.name}__wildcards_{wildcard_str}"
+ comment_str = f"rule_{job.name}_wildcards_{wildcard_str}"
96
call = (
97
f"sbatch --job-name {self.run_uuid} --output {slurm_logfile} --export=ALL "
98
f"--comment {comment_str}"
0 commit comments