Getting error while using HtSeq Count

I have aligned my data by using Hisat2, now in next step i just want to use HtSeq for counting reads, but getting following error.



please suggest an solution for this issue

1 Like

Hi @Ashish_DR

The setting are specifying to count up by the gene_id and exon features, but those are not present in your reference annotation. This results in an error.

You can either adjust the settings to match the attributes in your current annotation or use a different annotation.

GTF works better than GFF3 for most people, and there is much prior Q&A around that at this forum. I added a few tags to help you find those.

You can also review these FAQs for help addressing this and related problems that often come up together. These problems can present whether you are working in Galaxy or not.

Hope that helps!