This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Generating .xml file from list of genes using BLAST

Hello,

I need to generate an .xml file from BLAST starting with a list of genes (currently in .txt format).

Do I require a script to do this, or is there an easier way to do this directly on the online BLAST website?

Thank you...

blast

1 answer

Type blastn -help. Scroll down to outfmt. You can find different formatting options. For XML Blast output, outfmt is 5.

Check the similar Blast - Formatting Output in biostar.

Log in to answer this question.