I have acquired genomic reads from nanopore and pacbio technologies for a diatom lacking a reference sequence.
I want to build a good reference assembly and would like to incorporate both nanopore and pacbio reads in the same run.
If this is not possible, is there a way to get a consensus assembly from 2 separate assemblies?
Bonus: I also have A LOT of RNA-seq data for this diatom. Is it possible to use this to "polish" the genomic scaffolds? I know polishing is usually using shotgun genomics but I'm wondering if there is a way to use these RNA-seq datasets in the same way? I don't expect there to be many introns but there are some...this may make it difficult/impossible to reliably use RNA-seq data.
flye
can handle both (https://github.com/fenderglass/Flye ) not sure if at the same time.I'm doing a
flye
run for the nanopore data right now. It wasn't able to handle both at the same time. It also required a--genome-size
which is difficult since this is de-novo.Looks like you had asked a very similar question a couple of weeks back and did get an answer there. Did `canu` not work?
My apologies, when I started writing this question it seemed different and then it slowly turned into the last question as I added more text. I will try not to do this again.
I am actually doing the same work now! trying to assemble nanopore, Pacbio and Illumina reads for a diatom without a reference genome. Can I know how did it work out for you and whether were you able to submit the assembly and do some work on it? Would be very helpful to me to know this before I start working on it? Thank you!