Closed samnooij closed 1 year ago
It's a bug by me - line 269 shouldn't be
genes.append(gene)
it should simply be
genes.append(message)
Let me know how that goes!
George
Thanks for the amazingly fast fix! It works now. :smile:
No problem @samnooij, thanks for spotting the bug - if you can push a PR that would be much appreciated, I'll make a patch release soon :)
The dnaapler workflow crashes right after the BLAST step on some PacBio HiFi assemblies. I've been running
dnaapler all
on bacterial assemblies of PacBio HiFi reads (made with Flye). The assemblies are all nearly identical and consist of a circular chromosome of ~4Mb and two plasmids of ~20kb. This works quite nicely, but fails in one case. The clue I'm getting in the log file is copied below. If you have any suggestion how to fix this, I'd be happy to adjust some code and test it! Thanks in advance.