This is a test version of Biostars. For the public version, visit https://www.biostars.org.
PDB editing biopython

Hi folks, I have amber topology and coord files and I use them in python. I want to collect water molecules using residue (wat) criteria under one variable as

water_mols = box1_mols.residue(wat)

Here, box1_mols contains all the molecules (protein + ions + water). and I want to assign individual parameters to each component. Any suggestion? Thanks

pdb biopython

yes, I can access to residues within molecule but want to extract whole molecules like water. I will recheck and see if it works. thank you

0 answers

No answers yet.

Log in to answer this question.