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

About secondary structure view in cartoon #169

Open
realbigws opened this issue Dec 8, 2016 · 1 comment
Open

About secondary structure view in cartoon #169

realbigws opened this issue Dec 8, 2016 · 1 comment

Comments

@realbigws
Copy link

Just a minor question. If the protein model does not contain HELIX/SHEET assignment, then how to display the secondary structure in cartoon mode?

@biasmv
Copy link
Owner

biasmv commented Dec 8, 2016

You can use mol.assignHelixSheet(structure); to assign secondary structure based on a very simple algorithm. The algorithm is not as accurate as others, but it's a start. If you want to have very reliable secondary structure information, I suggest to run DSSP or a similar program on the server and store the secondary structure assignment in the PDB file.

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

2 participants