HTSeq error while counting reads
Hello Everybody, I am getting this following error while running HTSeq on BAM files generated by STAR:
Error occured when reading beginning of SAM/BAM file. unsigned byte integer is greater than maximum Exception type: OverflowError, raised in libcutils.pyx:50 How do I solve this issue?
• 189 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Please provide much more context for this issue. It's kinda hard to investigate this given the current information
Eg. provide the exact cdmline you're trying to run. Post a glimps of the input files you are using, ... things like that. thx
Hello Lieven.streck,
Thanks for replying. I found that something was not right on the BAM while, so what I did was convert BAM into SAM file and then it through HTSeq, and it worked.