Skip to content
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

remove broken/unnecessary calls to EBI for PDB structure images #222

Open
andrewsu opened this issue Jan 23, 2020 · 0 comments
Open

remove broken/unnecessary calls to EBI for PDB structure images #222

andrewsu opened this issue Jan 23, 2020 · 0 comments

Comments

@andrewsu
Copy link
Member

On the Chlambase page for CTL0245, we make requests to these three URLs which return 404 errors:

https://www.ebi.ac.uk/pdbe/static/entry/_deposited_chain_front_image-800x800.png
https://www.ebi.ac.uk/pdbe/static/entry/_deposited_chain_side_image-800x800.png
https://www.ebi.ac.uk/pdbe/static/entry/_deposited_chain_top_image-800x800.png

CTL0245 has no PDB entries.

On CT_622 which does have a PDB entry, we make those three calls and these three (which are the ones that actually show up on the page):

https://www.ebi.ac.uk/pdbe/static/entry/5ue0_deposited_chain_front_image-800x800.png
https://www.ebi.ac.uk/pdbe/static/entry/5ue0_deposited_chain_front_image-800x800.png
https://www.ebi.ac.uk/pdbe/static/entry/5ue0_deposited_chain_top_image-800x800.png

So it appears that the first three links listed above are being called unnecessarily. Would be great to figure out how to eliminate them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant