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
Describe the bug
Might be a snakemake bug but, jobs show up as duplicated.
While a rule is running, there are two jobs with Status set as Running and no Duration; when it finishes, one of the jobs switches Status to Done and updates the duration.
To Reproduce
Steps to reproduce the behavior:
Go to Workflows
Click on any workflow that has finishes jobs
Expected behavior
Only one row should be present per job.
Screenshots or logs
With one rule still running (and the rest finished):
With all rules finished:
Desktop (please complete the following information):
OS: Win10
Browser: Firefox
Version: 123
Snakemake: 8.5.3
The text was updated successfully, but these errors were encountered:
fgvieira
changed the title
Delete rows with outdated status when rule finishes
Duplicated job rows
Mar 5, 2024
I encounter the same issue (running Snakemake 8.11.3), and I think it might be caused by all log messages being duplicated by Snakemake: snakemake/snakemake#2797
Describe the bug
Might be a
snakemake
bug but, jobs show up as duplicated.While a rule is running, there are two jobs with
Status
set asRunning
and noDuration
; when it finishes, one of the jobs switchesStatus
toDone
and updates the duration.To Reproduce
Steps to reproduce the behavior:
Workflows
Expected behavior
Only one row should be present per job.
Screenshots or logs
With one rule still running (and the rest finished):
With all rules finished:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: