Entering edit mode
5.3 years ago
baurumon
▴
30
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
@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
You better do not use imggmi as image hoster, it does not behave well on Biostars. Better use something like Imgur.