Hi,
Thank you for building and maintaining this great package --- I wouldn't start analyzing genomic data via Julia without it!
I have a steps that I used to perform using pysam, but could not figure how they can be done via XAM:
- For each record/read, get a list of start and end positions of aligned gapless blocks.
- For each record/read, get a list of reference positions that this read aligns to. The length of the list should be the same length as the read. This should allow mapping each observed base to a position in the reference genome, in the presence of insertions and deletions.
Would you be able to guide me how this can be done?
Sincerely,
Daniel