Replies: 1 comment 1 reply
-
|
Hi, Most likely the pdb file contains the CONECT record for bonds only for a few non standard residues or small molecules, so since there are bonds MDAnalysis will not try to guess the missing ones. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I get a lot of warning like WARNING: not removing hydrogen atom without neighbors
the protein_file file are from maestro in pdb format
u = mda.Universe(protein_file)
protein_mol = plf.Molecule.from_mda(u)
plf.display_residues(protein_mol)
May I ask why the display function cannot show the residues?
Beta Was this translation helpful? Give feedback.
All reactions