How would you use mate-pairs reads after DBG2OLC?
I have a ~30X PacBio dataset and ~40X Illumina dataset, besides of a mate-pair dataset. I am trying to assemble them (the expected genome size is around ~230Mb, it's a plant) in a server with 160Gb of RAM. However, I am having problems with ALLPATHS (lack of memory at the step of CorrectLongReads).
Is that possible to assemble my data in a cluster with 160Gb of RAM?
Is that possible with ALLPATHS?
2 answers
Given the ammount of Illumina and PacBio data you have, I would suggest a hybrid assembly using DBG2OLC. It gave me good results with 100x Illumina + 30x PacBio data, and it is memory efficient, so you could probably run it in your 160Gb RAM cluster. I would then use a scaffolding step using your mate-pair data to improve the assembly obtained from DBG2OLC and a final base correction using Pilon.
Log in to answer this question.