Hello: I need help! I'm trying to do the annotation of a genome of a microbe using BioPython. I have already identified the ORFs (RAST), their putative function (BLAST), conserved domains of the proteins encoded in the genome (RPS-BLAST), etc., but all this information is separated into different .xml files and I would like to merge all the information, automatically, into one single *.embl file and I want it to be readable by Artemis, for example. I don't know how to do this, please I need some good guidelines to start with.
Cheers!
JCF
I've found out that I need to write the information in GFF3 format to be readable by Artemis. Does anyone have more Ideas? - thanks