Entering edit mode
4.8 years ago
a.lapin
•
0
Greetings!
I have a lot of ONT sequencing data in .fast5 format and I need to perform a basecalling via guppy_basecaller. The problem is that computation will take about 1.5-2 months, because I don't have a decent GPU and have to perform the basecalling using CPU. The question is can I just split the data (from one sequencing run) and perform the computation on multiple PC's?
Thank you. Everything really worked well, the calculations took less than a week. But I have another question, where can I read something about quality scoring in ONT reads? I can not find any information about encoding.
It's the same Phred quality score as other sequencing data: https://en.wikipedia.org/wiki/Phred_quality_score
Hi @WouterDeCoster, do you have a guide for basecalling using Guppy ? (I don't have access to the community page)
What's unclear after reading the command line help?