Entering edit mode
12 months ago
rj.rezwan
▴
10
Hi, could you please guide me how to convert the stringtie output file stringtie_transcript.gtf
into .gff3
format for the evidence modeler of genome annotation.
See: Genome annotation: convert gtf to gff3 file
AGAT toolkit is found here: https://agat.readthedocs.io/en/latest/agat_for_you.html
I used agat for conversion. it converted the file but EVM could not deal with it properly.
Show us your AGAT command, the first few lines of the output and the error produced by the tool that should accept the GFF3.
Also, do not paste screenshots of plain text content, it is counterproductive. You can copy paste the content directly here (using the code formatting option shown below), or use a GitHub Gist if the content volume exceeds allowed length here.
This is the command for AGAT
and the output file is like this stringtie_transcript.gff3
What about the error produced by the tool you're using?
I would definitely be interested to understand what EVM dislike in the AGAT output!
AGAT produced the output but EVM was not dealing it properly. I show the EVM code and the error here that could make sense to understand the issue, which has been facing. Actually, I canceled the running command after 25 hours because it was not producing any output file. When I looked into the log file, having the following errors in it.
A chunk of errors in log file is here
Hi, I have fixed it. there are some Perl commands in the EVM used to convert the
stringtie gtf file
into gff3 andabinitio prediction gff3
into gff3 as per theEVM
requirement. Thnak you for helping.Interesting, so it means either they do not follow the format specification or accept only subpart of the specification or they use specific attributes. Could you show us the output of gtf to gff with their script on the gene you showed us previously?
Hi, here is the link for the multiple perl scripts to convert the file for EVM formate