gffread icon indicating copy to clipboard operation
gffread copied to clipboard

GffObj::getSpliced() error: improper

Open abcdefghijklmn97 opened this issue 3 years ago • 2 comments

Hi Gffread gave me this error when I ran gffread /home/longjh/20220414ticds/basicdata/jy.v2.gff3 -g YGL1.fasta -x ygl1.fa

FASTA index file YGL1.fasta.fai created. GffObj::getSpliced() error: improper genomic coordinate 57282209 on Chr09 for evm.model.Chr09.1612

Please help me out I am stuck.

abcdefghijklmn97 avatar May 05 '22 00:05 abcdefghijklmn97

Hi, I've also encountered this problem.

GffObj::getSpliced() error: improper genomic coordinate 70338 on Chr1A for TraesCS1A03G0000200.1

What is more serious is that this problem will wipe out my entire 14Gb of .fasta genome file (to 0 byte) which made me so so mad! Hoping some explanations will come out.

Yanyang, Best.

yyliang12 avatar Mar 30 '24 14:03 yyliang12

Hi,

I've noticed that this error shows because the coordinate within the input .gff3 file is out of range, which means this coordinate does not exist in your input .fasta file. Use Shell grep command to extract the specific coordinates you want or clear out the wrong coordinate information in the annotation file may help with this problem.

Best, Yanyang.

yyliang12 avatar Apr 18 '24 02:04 yyliang12