Closed GoogleCodeExporter closed 8 years ago
Thanks. It is possible to do this with a workaround:
input_filename = "test_unaligned.bam"
# do not check for sequence names when opening
samfile = pysam.Samfile( input_filename, "rb", check_sq = False )
# do not require index when collecting
samfile.fetch( until_eof = True )
Would this suffice?
Best wishes,
Andreas
Original comment by andreas....@gmail.com
on 26 Jun 2013 at 8:05
This is a great solution. Thanks so much! I'm glad this thread will come up
next time people search this issue. Thanks!
Original comment by psudm...@gmail.com
on 26 Jun 2013 at 8:11
Original issue reported on code.google.com by
kevin.sq...@gmail.com
on 20 Mar 2013 at 5:09Attachments: