-
Notifications
You must be signed in to change notification settings - Fork 42
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
Comments
The secondary structure is annotated automatically. Please read
the documentation
example:
https://structure.ncbi.nlm.nih.gov/icn3d/share.html?6BioUubm5ccFRwP46
…On Mon, Nov 28, 2022 at 6:30 AM 최원종 ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#102>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD35NIK5IFVTSPOGY2XRPIDWKSJUNANCNFSM6AAAAAASNHELNU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
--
Philippe Youkharibache, Ph.D.
US +1 415 448 6509
FR +33 666 00 4775
|
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. |
I'm always grateful for your help and advice |
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. |
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.
The text was updated successfully, but these errors were encountered: