Converting GFF to GTF
Hello,
I am having trouble transferring my gff file to a gtf. I have tried using gffread, gffcompare, and rtracklayer, which all have left me with the same or no output. Here are my files. Please help!
• 2,625 views
•
link
1 answer
Run the following command, replacing input.gff with the name of your GFF file and output.gtf with the desired name for your GTF file:
gffread input.gff -T -o output.gtf
The -T option tells gffread to convert the input GFF file to GTF format.
• 0 views
•
link
Log in to answer this question.
We're not going to download your files. Create a reproducible example and show us the commands you're running. If this is specific to Galaxy and does not involve command line invocation of tools, open a post in https://help.galaxyproject.org/ and delete this post.
Try AGAT