This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to combine EMBL annotation with sequence file

I have a core genome alignment file and a non-standard EMBL annotation file that doesn't include any sequence. Is there a good way to add my sequence file into the annotation file? I would like to be able to view the annotated sequence in Artemis.

Beginning of the EMBL file:

ID   Genome standard; DNA; PRO; 1234 BP.
XX
FH   Key             Location/Qualifiers
FH
FT   feature         1..1029
FT                   /label=aapJ
FT                   /locus_tag=aapJ
FT   feature         1030..1569
FT                   /label=aat
FT                   /locus_tag=aat
FT   feature         1570..2523
FT                   /label=accA
FT                   /locus_tag=accA
FT   misc_feature    90
FT                   /label=group_417
FT                   /locus_tag=group_417
FT                   /colour=4
FT   misc_feature    30
FT                   /label=group_2959
FT                   /locus_tag=group_2959
FT                   /colour=2
FT   feature         3488
FT                   /label=licA_2
FT                   /locus_tag=licA_2
FT                   /colour=2

End of the file:

FT   feature         346..348
FT                   /colour=5
XX
SQ   Sequence 1234 BP; 789 A; 1717 C; 1693 G; 691 T; 0 other;
//
genome alignment embl

1 answer

Have you tried Sequin?

Log in to answer this question.