Entering edit mode
11 months ago
Denis
▴
320
Hi there,
We are just launching ONT data analysis and looking for an up-to-date tutorial containing pipeline for ONT data basecalling and preprocessing (e.g. adapter and quality trimming etc.) for de novo assembly applications. We are looking for the tools with command line interface (without GUI).
Many thanks, Denis
Thank you! As i understand, the
Doradotool is applied for basecalling. But i'm also wondering whichpreprocessingsteps and tools i should use before*de novo* assemblyitself.ah, not that much actually :-)
do a decent basecalling, perhaps some quality filtering, certainly adapter removal but that should be about it.
for assembly purposes , that adapter removal will be most critical, the quality filtering should more or less resolve itself during the assembly process, but it won't hurt to do it in advance (using mild settings not be to stringent here)
Thank you for
nanoplotmentioning for dataQC! Perhaps commonIlluminashort reads tools are suitable forquality trimmingof ONT data. But it seems there should be some specific inadapter removalstep intrinsic only forNanoporetechnology. May it will be safer to use tools designed forONTinadapter clippingstep?Besides, i'm wondering if it is proven now that
Doradothe most accurate basecaller forONTdata. In particular in comparison withGuppy.Yes
doradois the current basecaller for ONT data. It is actively supported and regularly updated by ONT.doradoby default removes barcodes, adapters and primers. It will also demultiplex the data if you are using barcodes. It works efficiently on a GPU so you will preferably need access to one.You can use
fastplong(LINK) orPycoQC(LINK, you will need sequencing summary file from nanopore data folder) to look at QC (length, distribution of sizes etc).fastplongcan also help with filtering/trimming etc.the
doradodoes remove adapters for only 10.4.1 etc data. If you have data from r9.4.1, you should activate---trimflag.I suggest also looking toward performing duplex basecalling. Given 'sup' models used in analysis you may obtain much better quality for de novo assemble.
Best regards, Asan
Thank you! A lots of important information in your comment!