Add flye to nf-core/bacass
lborcard opened this issue ยท 12 comments
It would be great to have flye in here, but I do want to highlight that currently a template update would be really necessary.
I'm on it, @d4straub! ๐๐พ I'm encountering a bit of trouble getting the latest template update to work in nf-core/bacass
.
In addition, I would like to mention that we need to consider implementing Flye because it can already be accessed through the Dragonflye module, which is already implemented but in the development branch. I have to make a release ASAP ๐๐พ .
Ok thanks @Daniel-VM , I am now working on adding Flye, it's my first time contributing to nf-core, I was looking for guidance as waht is necessary to do.
Awesome @lborcard. We have other interesting approaches in mind re: #57 . For example, improving assembled genomes by adding a genome rotation step. We proposed here cyclator or dnaapler or both.
Should we try them? (Feel free to open a new issue to cover this genome rotation task ๐ )
It seems that dnaapler is more recent and recently maintained but I don't have experience with either of these tools.
So dnaapler/cyclator would take the output of Dragonflye? is there a module for either of these tools?
Dragonflye is already present as module
So dnaapler/cyclator would take the output of Dragonflye? is there a module for either of these tools?
I think so. I have never tryed yet, but it is likely that dnaapler takes the assembled genome *.fasta emmited by any assembler used in nf-core bacass (dragonflye, unicycler, miniasm, ...).
I can work on a dnaapler module if that would help?
Sure ๐ฏ . Please add a git issue for dnaapler implementation ;).
i added it to the list