This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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

enter image description here

Could you please help me to convert this .xml file to fasta??

Thanks in advance

alignment

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 blastdbcmd as one option.

thank you for the suggestion

0 answers

No answers yet.

Log in to answer this question.