Closed GoogleCodeExporter closed 9 years ago
Thanks!
Have you tried track.fetch( until_eof = True )?
Without until_eof, pysam iterates over all aligned reads in the order of the
reference sequences as they are defined in the bam-file. With many reference
sequences this will require a lot of jumping around.
until_eof simply iterates from the current file position. I have added an faq
question on this.
Best wishes,
Andreas
Original comment by andreas....@gmail.com
on 27 Jun 2013 at 1:55
Thanks Andreas!
I actually didn't get the notice that there was a reply, so I forgot about this
issue. Worked around it by removing a load of (very small) reference sequences.
But I just did a quick test and the until_eof flag seems to work. Great.
Simon
Original comment by simon.va...@gmail.com
on 28 Aug 2013 at 10:19
Original issue reported on code.google.com by
simon.va...@gmail.com
on 27 Mar 2013 at 4:43