-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add hifiasm assembler #70
Conversation
Hi @scintilla9 , Thanks. |
One a very first (fast) assessment, the code looks awesome, fitting perfectly with the pipe. |
Hi @scintilla9 , |
Hi @fmalmeida , |
Hi @scintilla9 so I will try to find something public to test it. Thx. Another thing is, maybe would be worthy to do one of the following?
I have some considerations on the sense that, if the tool is proper only for high quality reads and would fail on the more general (frequent) runs, then, would make sense to not always run it for everything. What do you think? Any ideas? |
Hi @fmalmeida I think the first option will be more straightforward, however, will the inconsistency of having most of the assemblers were run by default while one skippied by default confuse users? |
My subset is 15X but is not hifi, they are normal reads. |
…iasm-assembler
Code has been working fine. Docs were updated. Testing profile for hifi reads subset has been added. Finally, now that |
Hi
I've made few changes to incorporate Hifiasm for long read assembler.
The environment was tested by building a local singularity sif from Dockerfile and running with
-profile singularity
. I can successfully generated a hifiasm-assembled genome and polished it with gcpp.Please check if it worked, and I am not sure which branch could be used to merge, so I selected the latest developing branch.