Blastn .XML to FASTA
I have run this command:
blastn -query work.fa -task blastn -db nr -out out.XML -outfmt 5 -evalue 1e-10 -word_size 4 -num_alignments 1 -num_threads 15

Could you please help me to convert this .xml file to fasta??
Thanks in advance
• 1,910 views
•
link
0 answers
No answers yet.
Log in to answer this question.
You better do not use imggmi as image hoster, it does not behave well on Biostars. Better use something like Imgur.
@Pierre has a solution posted here: Convert XML file to FASTA
You are in general best off using tab delmited output formats since they are are easier to parse. You will then need to get the fasta sequence for the parsed identifiers using
blastdbcmdas one option.thank you for the suggestion