We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: