Hello,
I'm trying to run presplit.py on our data, but running into the following issue:
Traceback (most recent call last):
File "/home/hwick/top2b/master/interaction/scripts/presplit_map.py", line 215, in <module>
read3.is_supplementary=True
AttributeError: 'pysam.calignmentfile.AlignedSegment' object has no attribute 'is_supplementary'
I'm using the most recent version of the presplit_map.py with python 2.7.6, and bowtie 1.2.2. It failed on this error without producing any output after running for a week.
Any assistance you can provide would be greatly appreciated.