Open gundalav opened 5 years ago
Hello,
I have the same issue.
Any updates on how to fix this issue?
Thanks!
I ran into some other issues later so I don't know whether this is the correct answer, but it did get me past this specific error. The error is caused by counter.py script. Try changing this following line (which shows up 3x in that script):
fin = pysam.AlignmentFile(bamfile)
to:
fin = pysam.AlignmentFile(bamfile, check_sq = False)
I have the following BAM file, repeat masker GTF and genome GTF. They are downloadable here:
However when I tried running with this command:
I got the following error:
How can I resolve this problem?