This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Convert BLAST format to EMBL file format

Hello,

I would like to change a BLAST formatted file (XML, tab etc.) to EMBL format. I don't think there is a direct converter, but may be some of you knows how to do it and if there are ways to do it. Any tips are appreciated. Thanks in advance

blast embl

I don't think there's a direct converter either, because those are completely different formats for different purposes. BLAST contains sequence local alignment information. EMBL contains a rich description of a single sequence or set of sequences.

Perhaps what you want to do is retrieve the sequences of the BLAST hits in EMBL format?

I am not very much interested in having the alignment sequence itself, but the information, like where so the seq-s start to align, e-value and put all of these in EMBL format..so that when I use i.e. Genome View, I can see where and how my contigs map on that genome..I don't if I should use bam format then? But, I have only few short contigs..

1 answer

ReadSeq should be able to serve the purpose for you. Take a look at this link. Should be able to serve the purpose you are trying to achieve.

Log in to answer this question.