You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fire up my workflow with snakemake --profile profile/ and then press ^C to terminate the process early. I get the following warning,
Job <36740856> is submitted to default queue <long>.: Illegal job ID.
1 out of 1 calls to --cluster-cancel failed. This is safe to ignore in most cases.
and the job isn't terminated. What am I missing?
I am using snakemake v8.11.3.
The text was updated successfully, but these errors were encountered:
My Snakefile looks like this,
and my
config.yaml
file looks like,I fire up my workflow with
snakemake --profile profile/
and then press^C
to terminate the process early. I get the following warning,and the job isn't terminated. What am I missing?
I am using
snakemake v8.11.3
.The text was updated successfully, but these errors were encountered: