Hi!
I see what you are trying to do, but it won't work that way.
The "
Get Sequences By Annotations" element will return sequences of corresponding annotations. You provide BLAST results as annotations, therefore your initial sequence will be returned.
What you really need is an element that is called "
Fetch sequences from annotations by id", which will allow to get each sequence from BLAST result.
Unfortunately such element doesn't exist yet
We've created an issue of high priority:
https://ugene.unipro.ru/tracker/browse/UGENE-534I will let you know in this thread, when it's resolved.
Meanwhile you can try do the same thing from Ugene GUI.
Take a lookt at the following thread:
http://ugene.unipro.ru/forum/YaBB.pl?num=1299946461It's about phylogenetic analysis, but explains how to fetch sequences from BLAST results and make alignment out of them.