-
Notifications
You must be signed in to change notification settings - Fork 572
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
PdbAnnotation API dependency #3159
Comments
@onursumer is that because we cache the PDB header there? Is performance OK to not use cache? |
@jjgao It is a little slow without the cache since we are querying multiple PDB chains for a single gene. Also if we always hit the PDB web service directly, we may end up having problems similar to the ones we have with PFAM web service. Maybe it is better to add another endpoint in genome nexus for this one too. |
@onursumer good point. |
@onursumer how's going with this one? |
I think this is fully integrated into genome nexus by genome-nexus/genome-nexus#97 |
and we are using the genome-nexus end point in portal too? |
@jjgao Looks like we are still using the old endpoint, not genome nexus yet. Do you think it is a good time to switch to genome nexus, or should we do this after releasing 1.11.0? |
as discussed, hotfix later. |
…ortal#3159) Signed-off-by: Onur Sumer <s.onur.sumer@gmail.com>
…ortal#3159) Signed-off-by: Onur Sumer <s.onur.sumer@gmail.com>
…ortal#3159) Signed-off-by: Onur Sumer <s.onur.sumer@gmail.com>
…ortal#3159) Signed-off-by: Onur Sumer <s.onur.sumer@gmail.com>
…ortal#3159) Signed-off-by: Onur Sumer <s.onur.sumer@gmail.com>
…ortal#3159) Signed-off-by: Onur Sumer <s.onur.sumer@gmail.com>
…ortal#3159) Signed-off-by: Onur Sumer <s.onur.sumer@gmail.com>
…ortal#3159) Signed-off-by: Onur Sumer <s.onur.sumer@gmail.com>
…ortal#3159) Signed-off-by: Onur Sumer <s.onur.sumer@gmail.com>
…ortal#3159) Signed-off-by: Onur Sumer <s.onur.sumer@gmail.com>
…ortal#3159) Signed-off-by: Onur Sumer <s.onur.sumer@gmail.com>
…ortal#3159) Signed-off-by: Onur Sumer <s.onur.sumer@gmail.com>
…ortal#3159) Signed-off-by: Onur Sumer <s.onur.sumer@gmail.com>
…ortal#3159) Signed-off-by: Onur Sumer <s.onur.sumer@gmail.com>
We cannot completely remove
PdbAnnotation API
yet, because we fetchPDB header
data from there.The text was updated successfully, but these errors were encountered: