merge pdb chains
1
0
Entering edit mode
7.6 years ago

Hello,

I am looking for tool/script that will modify a multiple chain (domain) pdb and merge all of the chains into a single chain and then renumber all of the residues and atoms so there are no clashes. I have spend a day looking without success so thought it may be better to post. Any ideas welcome. Thanks.

clustering pdb • 6.9k views
ADD COMMENT
2
Entering edit mode
7.6 years ago
João Rodrigues ★ 2.5k

Try this: https://github.com/JoaoRodrigues/pdb-tools

More specifically, this will extract chains A and B from your pdb, rename them to chain A, and renumber the residues sequentially from 1. pdb_selchain.py -AB your.pdb | pdb_chain.py -A | pdb_reres.py -1 > new.pdb

ADD COMMENT

Login before adding your answer.

Traffic: 2275 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6