-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retrieving the entire query sequence from a blast, not just the 'local' aligned HSP #2
Comments
Darn I'm now trying to blast each seq record in the fasta file separately, but getting an error from PyBlast:
Error:
Did I just not get a hit? Or is there something else going on? |
OK! I feel like I'm turning this into my personal dev diary. |
I'm a bit confused, are you sure that |
Hi there
I am using PyBlast to find similar sequences (obviously) in a different genome. None of these are model organisms.
The queries are fasta files, each with the same gene but from different strains. So I have about 12 genes and 10 strains.
I need to get the length of the entire query, not just the length of the part of the query that aligned to the database. Do you know if that's accessible?
If not, I will have to blast each sequence in each fasta file separately, which will be slower than blasting the whole file at a time.
This is what it looks like now:
But of course q is not the actual sequence record, but a file name.
And
qlen
is the length of the aligned query, not the length of the whole query sequence.The text was updated successfully, but these errors were encountered: