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 tried to feed a bunch of protein fasta files as evidence to the minos and I noticed a part of my pipeline fails always. After investigation, I noticed that minos_metrics_blastp_combine finished successfully but minos_metrics_blastp_tophit was resubmitted 3 times due to Input files updated by another job which was not true. I checked the time stamp and this job was submitted too early (almost at the same time as minos_metrics_blastp_combine). I am using minos on a local machine with a huge amount of resources. Maybe you cannot reproduce the issue with an HPC. After trying many things, this seems to solve the problem for me. I wanted to report it for future investigation by your team.
Hi!
I tried to feed a bunch of protein fasta files as evidence to the minos and I noticed a part of my pipeline fails always. After investigation, I noticed that
minos_metrics_blastp_combine
finished successfully butminos_metrics_blastp_tophit
was resubmitted 3 times due toInput files updated by another job
which was not true. I checked the time stamp and this job was submitted too early (almost at the same time asminos_metrics_blastp_combine
). I am using minos on a local machine with a huge amount of resources. Maybe you cannot reproduce the issue with an HPC. After trying many things, this seems to solve the problem for me. I wanted to report it for future investigation by your team.Changing this
minos/minos/zzz/minos_run.smk
Lines 547 to 549 in 0611d65
To this:
Best regards,
Armin
The text was updated successfully, but these errors were encountered: