This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Get distances between atoms with Bio.PDB

Hello everyone,

I'm trying to get the distances between the atoms of two different chains of the same pdb file.

I'm using python and my goal is to do that with a lot of pdb files with more than two chains that I have.

I only want the distance between pairs of chains.

Thanks

biopython bio.pdb protein-interaction python

1 answer

This is old now, but here's how I did something similar about 10 years ago: http://www2.warwick.ac.uk/fac/sci/moac/people/students/peter_cock/python/protein_contact_map/

I have tried this one but seems to have some problems with the files with Hetero atoms

Log in to answer this question.