This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Post about extracting information from GFF

hello everyone I want to get some "clean comments" from the GFF file. Is there any software or code that can do this? Any help will be appreciated.

gff

This is what my current GFF file looks like

What is clean comments?

I updated the format I want below. Do you have any ideas?

This is what I want. The key point is that the annotation information in the last column is more "concise"

You can list the attributes from the last column and remove what you don't need with AGAT. ID and Parent are mandatory and has to be kept.

1 answer

Anything related to GTF/GFF try looking at AGAT toolkit: https://agat.readthedocs.io/en/latest/?badge=latest

Log in to answer this question.