lixin6135 / pysam

Automatically exported from code.google.com/p/pysam
0 stars 0 forks source link

Improve read.positions to report (read base, ref base) #87

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
read.positions currently reports positions in the reference. 

I would like it (or another method) to report the pairwise list of (read base, 
ref base) where they are None if there is a gap.

I have a patch that does this on the position method.

Original issue reported on code.google.com by cas...@gmail.com on 27 Jan 2012 at 11:23

Attachments:

GoogleCodeExporter commented 8 years ago
typo in that patch.

Do you think you will include this?

Original comment by cas...@gmail.com on 12 Mar 2012 at 4:39

Attachments:

GoogleCodeExporter commented 8 years ago
Hi,

thanks, a good suggestion. I have kept the positions property, but added an 
aligned_pairs property.

Best wishes,
Andreas

Original comment by andreas....@gmail.com on 10 Jul 2012 at 10:16