Closed GoogleCodeExporter closed 8 years ago
Also encounter following error when trying to use IteratorRowAll:
for read in samfile.IteratorRowAll():
AttributeError: 'csamtools.Samfile' object has no attribute 'IteratorRowAll'
Thanks!
Original comment by lid...@gmail.com
on 27 May 2013 at 9:16
Thanks.
1. until_eof is a keyword to the fetch() method - could this be the problem?
2. IteratorRowAll is not exported - do you need direct access to it? The basic
idea
is to call fetch() to return an iterator.
Best wishes,
Andreas
Original comment by andreas....@gmail.com
on 26 Jun 2013 at 9:09
I close this issue for the time being.
Best wishes,
Andreas
Original comment by andreas....@gmail.com
on 17 Sep 2013 at 7:25
Original issue reported on code.google.com by
lid...@gmail.com
on 27 May 2013 at 5:29