This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Aligning a bam file

Hi

By Dorado and POD5 files, I got bam file. Can I align bam file into genome?

fastq bam minimap2 dorado basecalling

I got bam file.

If you are interested in calling modifications (based on recent questions) then a plain BAM file will not work.

1 answer

You can use the Dorado aligner.

https://software-docs.nanoporetech.com/dorado/latest/basecaller/alignment/

dorado uses minimap2 under covers, so this is a good option.

Log in to answer this question.