Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicated job rows #176

Open
fgvieira opened this issue Mar 5, 2024 · 1 comment
Open

Duplicated job rows #176

fgvieira opened this issue Mar 5, 2024 · 1 comment

Comments

@fgvieira
Copy link
Contributor

fgvieira commented Mar 5, 2024

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:

  1. Go to Workflows
  2. 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):
image

With all rules finished:
image

Desktop (please complete the following information):

  • OS: Win10
  • Browser: Firefox
  • Version: 123
  • Snakemake: 8.5.3
@fgvieira fgvieira changed the title Delete rows with outdated status when rule finishes Duplicated job rows Mar 5, 2024
@ckrushton
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants