I have a viral genome gbk file that only shows the open reading frame, I wish to also annotate each ORF with the 5' and 3' UTRs that have been published in a paper so I have the coordinates in a table but I want to annotate these onto the gbk file. Is there a tool that can do this and if not, how can I produce such annotations myself?
So I can just write a script to manually insert the annotations as the desierd location? Would this be eaiser in a GFF file?
if you respect the syntax, yes, that can be used too
Thank you very much :) I think i will trey use biopython to read in the existing gbk and edit it with new annotations