mikolmogorov / Flye

De novo assembler for single molecule sequencing reads using repeat graphs
Other
743 stars 164 forks source link

Option to display unassembled reads? #665

Closed MarionPerrier closed 4 months ago

MarionPerrier commented 5 months ago

Hi!

I have performed de novo assemblies of Nanopore data for a fungal genome using Flye. After checking the result, it seems like there is a possible misassembly in the biggest contig. To be sure of that, I would like to get the unassembled reads to check for potential breakpoints.

Is there a way to get the unassembled reads directly from Flye, rather than going over an alignment of the raw reads against the draft assembly?

Thank you for your time, Regards, Marion Perrier

mikolmogorov commented 4 months ago

Hello,

Flye does not save this information, but you can realign the reads instead.

Misha