adamewing / tldr

Identify and annotate TE-mediated insertions in long-read sequence data
MIT License
40 stars 4 forks source link

Index Error on consensus adjustment #13

Open shunhuahan opened 3 years ago

shunhuahan commented 3 years ago

Hi,

Thanks, Shunhua

adamewing commented 3 years ago

Does this error cause tldr to crash or does it continue? If it's the latter, does it throw a lot of these?

--color_consensus shouldn't matter as that's well past where this error would occur.

shunhuahan commented 3 years ago

Thanks for the reply! tldr didn't crash and exit, but the job got stuck and I don't see any more messages being produced after Index Error on consensus adjustment.

shunhuahan commented 3 years ago
adamewing commented 3 years ago

Thanks. That index error is just a warning message and tldr should keep going. If you turn on --debug do you get output after the error? Can you verify that cpu usage drops off after the error?

shunhuahan commented 3 years ago
itslittman commented 6 months ago

This happened to me after a few of those errors but then resumed after a little under 10min. Python was at 0% but disttbfast (I believe that's MAFFT) was running at 100% of one core during that time. Maybe MAFFT has trouble exiting sometimes? https://bugs.launchpad.net/ubuntu/+source/mafft/+bug/1897559