I am trying to do assembly using stringtie, but i am getting error:
Fatal error: Exit code 1 () Warning: invalid GTF record, transcript_id not found:
My GFF file looks like this Seqname Source Feature Start End Score Strand Frame Attributes A01 GeneWise gene 3352 5985 1195.88 + . transcript_id "BjuA000594"; A01 GeneWise transcript 3352 5985 1195.88 + . transcript_id "BjuA000594";Parent "BjuA000594"; A01 GeneWise exon 3352 3675 1195.88 + 0 transcript_id "BjuA000594.cds";Parent "BjuA000594";
I have edited its attribute from gene_id to transcript _id ... Is it the right way?? Please suggest me, what should I do?