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

secondary structures are not being expressed in web page #102

Closed
danny2551515 opened this issue Nov 28, 2022 · 4 comments
Closed

secondary structures are not being expressed in web page #102

danny2551515 opened this issue Nov 28, 2022 · 4 comments

Comments

@danny2551515
Copy link

Hello,

We are currently checking Alphafold prediction results by including iCn3D in our lab’s web server.
When opening the pdb file created by Alphafold’s prediction in iCn3D, secondary structures such as α-helix are not being expressed.
We would like to know why they are not being expressed and whether there is a way to solve the problem.

Thank you.

@youkha
Copy link

youkha commented Nov 28, 2022 via email

@jiywang3
Copy link
Contributor

I understood the issue. When a PDB file is posted (instead of get) to NCBI servers, somehow jsonp didn't work. That's why iCn3D from your server can not get the secondary structure information. I will try to make jsonp work for the post method at NCBI. Meanwhile, you can use DSSP servers elsewhere to get the secondary structure information and add it to your PDB file.

@danny2551515
Copy link
Author

I'm always grateful for your help and advice

@jiywang3
Copy link
Contributor

jiywang3 commented Dec 2, 2022

I modified the backend service and it should work now. You can get the most recent copy from icn3d npm and try it again. Please let me know if you see any further problems.

@jiywang3 jiywang3 closed this as completed Dec 5, 2022
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

3 participants