thanks for the guidance. as per suggestion, i have run gffread and have not encountered with any warning. the ouput looks like this :
$ ./gffread -E /data/memona/annotatio n/arboreum.gff3 -o- | less
# ./gffread -E /data/memona/annotation/arboreum.gff3 -o-
# gffread v0.9.12
##gff-version 3
chr1 GLEAN mRNA 84156 84764 1.00 - . ID=Cotton_A_10375_BGI-A2_v1.0
chr1 GLEAN CDS 84156 84764 . - 0 Parent=Cotton_A_10375_BGI-A2_v1.0
chr1 GLEAN mRNA 94827 95120 0.90 + . ID=Cotton_A_10374_BGI-A2_v1.0
chr1 GLEAN CDS 94827 95120 . + 0 Parent=Cotton_A_10374_BGI-A2_v1.0
chr1 GLEAN mRNA 303008 304950 0.68 - . ID=Cotton_A_10373_BGI-A2_v1.0
chr1 GLEAN CDS 303008 303100 . - 0 Parent=Cotton_A_10373_BGI-A2_v1.0
chr1 GLEAN CDS 303853 303936 . - 0 Parent=Cotton_A_10373_BGI-A2_v1.0
chr1 GLEAN CDS 304122 304211 . - 0 Parent=Cotton_A_10373_BGI-A2_v1.0
chr1 GLEAN CDS 304332 304421 . - 0 Parent=Cotton_A_10373_BGI-A2_v1.0
chr1 GLEAN CDS 304738 304950 . - 0 Parent=Cotton_A_10373_BGI-A2_v1.0
should i consider it OK or I shuld go for other parameters checking ???
• 1 views
•
link
Have you looked at your reference GFF file in IGV at the coordinates listed?
You are using GFF annotation file while running strintie, but it is always better to use GTF file. Stringtie has issued a warning as there are overlapping segments in your GFF file.
thank you so much for the guidance. i have converted the GFF3 format to GTF and its giving the same warning.
is there any other possible solution???
would it effect the subsequent results as im interested to use it to determine Alternate splicing events???
Can you give more information like, are these segments representing same feature or different?
what i have done is to align the RNA-seq data with Hisat2 and used that alignment to assemble the transcripts by stringtie and getting this warning. these two joined points are CDS of the same mRNA. the gene annotation file looks like this at these points:
kind help is need that would it effects the results????