This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Method for creating an EMBL formatted annotated sequence?

Does anyone have a method for creating an EMBL-flatfile from a FASTA file of sequence, and a BED file of genes and repeats?

The purpose is for submission of an annotate genome to the ENA.

Thanks.

sequence ena embl

2 answers

Thanks to the other contributors, but unfortunately the EMBL format created was not accepted by ENA. However, I have found EMBLmyGFF3, which will create a valid file.

The validation program can be found HERE.

BED to GFF3 used THIS.

If you have a ggf3 (or convert your bed to gff3 as suggested by Joseph Hughes), or you can use the tool announced here.

Log in to answer this question.