schrojunzhang / KarmaDock

https://www.nature.com/articles/s43588-023-00511-5
Apache License 2.0
92 stars 12 forks source link

Error on Residues Distances #16

Open zhongxiang117 opened 9 months ago

zhongxiang117 commented 9 months ago

In source codes: obtain_edge, if I'm right this function should return the distance min and max between residues in atomic levels, thus it should be ... dist.max()*0.1 instead of ... dst.max()*0.1.