BradyAJohnston / MolecularNodes

Toolbox for molecular animations in Blender, powered by Geometry Nodes.
https://bradyajohnston.github.io/MolecularNodes/
GNU General Public License v3.0
916 stars 87 forks source link

Chains missing without DSSP #642

Open BradyAJohnston opened 3 weeks ago

BradyAJohnston commented 3 weeks ago

When not using the DSSP node or tickbox for Style Cartoon, we lose a bunch of chains in some structures.

Example structure: 9G6V

[x] DSSP [ ] DSSP
image image

It seems that all of the other chains are being assigned sec_struct = 0 when importing, which is why they are being dropped.

BradyAJohnston commented 3 weeks ago

It is also displayed without secondary structure on the other chains on the PDB, so it's not a parsing issue but the data just seems to be stored that way for whatever reason (could still be handled better)

image