Hi,
I'm using python and I have a wheat genome portion in .FASTA
format (nucleotides).
I want to run BLAST against ENSEMBL and obtain genes annotations in .GFF3 programatically in order to use those items in a custom pipeline.
Any ideas?
Thank you in advance
EDITED:
My vision is:
- Run BLAST with own sequences against ENSEMBL
- Download .GFF files from ENSEMBL of the genome you're blasting
- Use blast results and translate GFF coordinates to your own .FASTA data
¡Bienvenidos a BioStar! We'd be happy to help, but it looks like you need to take a bit more time to clarify what you're doing. GFF3 is a format that can encode a wide variety of genomic features. From your question it is not clear what features you are looking for or how BLAST/ENSEMBL will help you identify those features.
Thanks, I've edited the question