Is basecalling during minknow run mandatory? #348
Answered
by
Adoni5
gokalpcelik
asked this question in
Q&A
|
Hi devs. My setup only has a single gpu with limited vram (6GB). Is it possible to run the sequencing without basecalling and let only readfish use basecaller to pick reads? Can I do post-basecalling on POD5 files generated at the end of the run once adaptive_sampling is finished? Regards. |
Answered by
Adoni5
Apr 22, 2024
Replies: 1 comment 6 replies
|
Hi @gokalpcelik - that is absolutely possible yes. If you don't turn on FASTQ/bam output when setting up your run in MinKNOW, only the I hope that helps, let me know if not. |
6 replies
Answer selected by
gokalpcelik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @gokalpcelik - that is absolutely possible yes.
If you don't turn on FASTQ/bam output when setting up your run in MinKNOW, only the
pod5signal files are written out.You can then basecall these after the run.
I hope that helps, let me know if not.
Rory