Jure Cerar

Results 2 comments of Jure Cerar

@orbeckst I used and modified the main surface calculation code. As far as I know, the code from #4025 is copied from [BioPython/SASA](https://github.com/biopython/biopython/blob/master/Bio/PDB/SASA.py) which is under BSD 3 license. Only...

I checked the code. The main difference is mdakit-sasa is a wrapper for [FreeSASA](https://freesasa.github.io/) package. So the underlying algorithm is different. FreeSASA uses [Lee-Richards](https://freesasa.github.io/doxygen/Geometry.html) algorithm where as this code uses...