Helloļ¼Devon Ryan
When I ran htseq with my data. I am getting the error:
Warning: No features of type 'exon' found.
Warning: Read E00488:175:H3CYCCCXY:3:1101:1610:63173 claims to have an aligned mate which could not be found in an adjacent line.
Warning: 2235041 reads with missing mate encountered.
Could you please help me to solve this problem. I don't konw if the gff file was broken or something problem, and I should need to convert gff file to gtf file? I really appreciate it, if you can do me a favor.
My gff files looks like the following below:
scaffold1002 GLEAN mRNA 20257 25173 0.970574 + . ID=DUH000001.2;source_id=RHOqdgD_GLEAN_10019967;
scaffold1002 GLEAN CDS 20257 20352 . + 0 Parent=DUH000001.2;
scaffold1002 GLEAN CDS 20458 20579 . + 0 Parent=DUH000001.2;
scaffold1002 GLEAN CDS 20917 21050 . + 1 Parent=DUH000001.2;
scaffold1002 GLEAN CDS 21578 21728 . + 2 Parent=DUH000001.2;
scaffold1002 GLEAN CDS 22844 23115 . + 1 Parent=DUH000001.2;
scaffold1002 GLEAN CDS 24360 24475 . + 2 Parent=DUH000001.2;
scaffold1002 GLEAN CDS 24871 25173 . + 0 Parent=DUH000001.2;
scaffold1002 Cuff mRNA 29262 31510 1000 + . ID=DUH000002.1;source_id=CUFF1.6.1;
scaffold1002 Cuff UTR_5 29262 29749 1000 + . Parent=DUH000002.1;support_id=CUFF1.6.1;
scaffold1002 Cuff CDS 29750 31108 1000 + 0 Parent=DUH000002.1;
scaffold1002 Cuff UTR_3 31109 31510 1000 + . Parent=DUH000002.1;support_id=CUFF1.6.1;
scaffold1002 Cuff mRNA 78137 83175 1000 + . ID=DUH000003.1;source_id=CUFF1.7.1;
scaffold1002 Cuff UTR_5 81341 81400 1000 + . Parent=DUH000003.1;support_id=CUFF1.7.1;
scaffold1002 Cuff CDS 81401 81403 1000 + 0 Parent=DUH000003.1;
scaffold1002 Cuff CDS 82430 82660 1000 + 0 Parent=DUH000003.1;
scaffold1002 Cuff UTR_3 82661 83175 1000 + . Parent=DUH000003.1;support_id=CUFF1.7.1;
The appropriate GTF file to use depends on the genome used to create the BAM file. What species did you align against and what version of the genome?