-
Notifications
You must be signed in to change notification settings - Fork 125
Problem with Iterative Search Web Server Output #456
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
Comments
It’s ordered by iterations. We ordered it that way so that it’s possible to see in what iteration something was found. |
Thank you for your very quick response and for clarifying! |
A few more questions:
|
(1) yes it is inflated because we do not do a reverse score correction. However, I did push a change for this. This should be better but we would need to update the server. @milot-mirdita |
|
Hi Martin, thanks for all your help so far. Any ideas of when this will be updated? |
Do you have the resources to run it locally? If so, I obtained the best results using the following search workflow. This approach performs as well as
This achieve the following perfomrance
|
We deployed the new iterative search—please give it a try. Please let us know if this iterative search helped you. |
I've noticed that in the iterative search web server output the order of the matches is not completely in the order of 'best to worst'.
The bitscores for the hits within the database first get lower and then when you get to the lowest, there's another high bitscore, sometimes even double that of the hit on the top of the list.
I noticed there are 'three' sections where there is a high score that then descends. Could this be to do with the number of iterations? Is there a way that the output can be ordered as the combination of iterations? So the best score from all the iterations is the first and the lowest is last etc.?
The text was updated successfully, but these errors were encountered: