Open pegerto opened 11 months ago
1YE0
contains 574 residues, it looks like is a specific PDB anomally.
cat 1ye0.pdb | grep ATOM | grep CA | grep -v REMARK |wc -l
574
When processing this with MDAnalisys;
>>> len(u.residues)
717
Need to find out more about the specific of the PDB
Expected behavior
Return the expected SASA per residue.
Actual behavior
To reproduce