lightdock / lightdock-python2.7

Protein-protein, protein-peptide and protein-DNA docking framework based on the GSO algorithm
https://lightdock.org/
GNU General Public License v3.0
26 stars 9 forks source link

Check atoms in PDB parser #18

Closed brianjimenez closed 5 years ago

brianjimenez commented 5 years ago

To improve the current PDB parser in order to, once all the residues have been read, check for each residue if it contains all the expected atoms. This should avoid errors after setup (ANM from ProDy for example).

brianjimenez commented 5 years ago

Fixed in commit b38448e