Is there a way to merge xml/blastxml outputs of blastx?
I have two sets of blast results for the same cds dataset, one against the Swissprot database and another against the NCBI nr database. (I would have done them together, but I wanted to subset the nr database so it wouldn’t have such a long run time.)
The two outputs don’t overlap. I’m searching for a way to combine them into a single xml/blastxml file in which the descriptions missing from one blast output can be replaced by those in the other.
On Biostars, I think I found a very old solution for python and another for java, but I wondered if there was now a simpler way on Galaxy. Any ideas would be very much appreciated.