~/software/pdb-tools/pdb_selchain.py -B 1GGR.pdb |\ ~/software/pdb-tools/pdb_reres.py -501 |\ ~/software/pdb-tools/pdb_delocc.py >my-renumbered-pdb-file.pdb
This will effectively select chain B, renumber it starting at 501 and remove any possible double occupancy side-chains
Hello, I downloaded the PDB tools from GitHub, and I am trying to resolve to have a dimer in my PDB. However, the pdb_delocc.py file is not in the tools file. Has it been renamed? Is there a new method?
Thanks