Hi I have a BAM file with all the reads aligned to the reference sequence that I used to map them.
I would like to extract all the reads from the BAM file in order to get the nucleotide sequence aligning to the reference sequence for every single read.
If I use bam to sam tool, I will get the original sequence for each read, including regions that need be modified to map properly to the reference.
Does anyone have any clue about how to do it on Galaxy?
Thanks