Entering edit mode
9 days ago
Denis
▴
310
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
Dorado
tool is applied for basecalling. But i'm also wondering whichpreprocessing
steps and tools i should use before*de novo* assembly
itself.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
nanoplot
mentioning for dataQC
! Perhaps commonIllumina
short reads tools are suitable forquality trimming
of ONT data. But it seems there should be some specific inadapter removal
step intrinsic only forNanopore
technology. May it will be safer to use tools designed forONT
inadapter clipping
step?Besides, i'm wondering if it is proven now that
Dorado
the most accurate basecaller forONT
data. In particular in comparison withGuppy
.Yes
dorado
is the current basecaller for ONT data. It is actively supported and regularly updated by ONT.dorado
by 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).fastplong
can also help with filtering/trimming etc.Thank you! A lots of important information in your comment!