openmm / pdbfixer

PDBFixer fixes problems in PDB files
Other
453 stars 114 forks source link

List of fixes for failing test cases #199

Open zhang-ivy opened 4 years ago

zhang-ivy commented 4 years ago

Here are the issues/fixes we discussed: 1) Wrong stereochemistry and clashes

2) Truncate and cap terminal and internal loops

TO DO: prepare list of test cases (PDB ids) @jchodera @peastman @rafwiewiora

peastman commented 4 years ago

Fix: Add warning when the PDB is missing SEQRES lines

Should it always warn about this, or only if there are gaps in the residue numbers? If all residues in each chain have sequential numbers we know there can't be any missing loops in the middle, though of course we can't rule out missing terminal residues.

rafwiewiora commented 4 years ago

Should it always warn about this, or only if there are gaps in the residue numbers? If all residues in each chain have sequential numbers we know there can't be any missing loops in the middle, though of course we can't rule out missing terminal residues.

But what if you've used some tool that resets the residue numbers to sequential? I'd say always warn, better safe than sorry.