If the Nanopore reads are from the 10.4.1 flow cell, I suggest assembling them with Hifiasm using the "--ont" option.
Usually, assemblies made from HiFi reads are left unpolished, but some tools exist (for example, https://github.com/Nextomics/NextPolish2) that can slightly improve the HiFi assembly accuracy by polishing.
If by cleaning you mean removal of haplotypic duplication, a good choice is Purge_dups (https://github.com/dfguan/purge_dups).
I would try making assemblies with Nanopore and PacBio reads together. One solution is to combine them into a single file and provide it to Flye and Hifiasm as a file containing Nanopore reads. It's quite possible that this would lead to a better assembly than if using only reads of one type.
In my experience, Quickmerge introduces errors when applied to low-quality assemblies (see combine hifiasm and hifiasm-ont assemblies.). However, if your assemblies are of high quality, Quickmerge is probably worth trying.
out of curiosity: why do you consider this a "messed up situation"?
Sounds rather a nearly everyday quite common situation :)
Perhaps this is related to a prior post from OP here --> Fungal Annotation Comparison
New addition this time appears to be PacBio data.
Yes. Previously went upto annotation with the NP+Illumina data. But now starting from scratch again ;(
Actually, as i have now so much data, i personally feel not to totally drop any of it. Like we sequenced same samples with pacbio which were sequenced with nanopore. Option 1 is to just use pacbio and leave nanopore.
But i kinda feel like both can be used. Messed up situation is that I can’t seem to find answer to “how i should use them” :)
Sounds like you now have HiFi data (which should be the best of the lot) and it may be adequate to generate assemblies (which you seem to indicate are already good).
You can use the nanopore/illumina data later to align to the assemblies and see where it fell short (if it did). If the reads with nanopore are longer then you may be able to identify structural variants that may be missed in your assemblies (if applicable).
Hi, thank you for the suggestions.
Technically, with Nanopore I got reads between 8000-9000 bp long (median length of reads in sample) but with HiFi we got more than double value (15-18 kb median read length)
So the Questions stays if i should just drop the nanopore and focus only on HiFi ? or there is anyother way to utilize them togather.