edit: seems to be working OK when I use EVM's Exonerate_to_gff3.pl script.
Hi all, I used exonerate protein2genome mode and got a gff file:
Now when I try to convert it to gff3 using gffread I get this:
Error parsing attribute gene_id ('"' required for GTF) at line:
Chr01 exonerate:protein2genome:local gene 12952001 12955830 3036 + . gene_id 1 ; tr|I1J698|I1J698_SOYBN; gene_orientation + ; identity 100.00 ; similarity 100.00 e
Any ideas what can I do to fix it? My goal is to convert the files i got from different gene prediction methods and use them as input for EVM (EVidenceModeler).
Thank you!
Before you get a better answer, I would look into using AGAT for cases like this. Seems like its the kind of thing it would be able to do.
https://github.com/NBISweden/AGAT
Hey can anyone share the parameter for exonerate to generate gff file? My settings gave me a C4 alignment output files that contain target/querry sequences and alignment. My goal is to extract querry/target sequences. All packages that extract sequences from gff using genome.fasta files are enable to do so with the kind of output I am getting