Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to output a GFF3 file #4

Closed
apcamargo opened this issue Mar 3, 2020 · 2 comments
Closed

Add option to output a GFF3 file #4

apcamargo opened this issue Mar 3, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@apcamargo
Copy link

apcamargo commented Mar 3, 2020

It would be very useful if MetaEuk could output a GFF3 file, like most gene prediction software This would make it easier to integrate MetaEuk into annotation pipelines.

Currently, the user would need to parse the output FASTA file, but this can be tricky if the database sequences have | in their names and the genes have multiple exons.

@milot-mirdita milot-mirdita added the enhancement New feature or request label Mar 4, 2020
@Andy-B-123
Copy link

Hi, I was after this feature as well and wrote a not-very-elegant python script to do this. It takes the information from the header for each fasta and processes it to gff3 format.

It does require the database sequences not to use '|' as I use this character to split the fields in the header. It can handle any number of exons. I've tested it with some annotations and it seems to work to annotate the output fasta sequences on the original contigs:

https://github.com/Andy-B-123/LittleScripts/blob/main/MetaeukToGff3.py

@elileka
Copy link
Member

elileka commented Sep 16, 2021

Please see release 5-34c21f2

@elileka elileka closed this as completed Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants