Can BLAST+ download aligned sequences after using BLASTp like BLAST web site?
I have a huge data that needs to be aligned, and I want to use blast+ to complete it. I want to ask whether blastp in BLAST+ can output similar to the download aligned sequences on the BLAST_Website.
Thank you.
• 1,190 views
•
link
1 answer
You can e.g. use custom tabular output format and include sseq means Aligned part of subject sequence. Then it's a matter of of a simple awk command to create a fasta file from the blast output file. See blastn -help
• 0 views
•
link
Log in to answer this question.