split pdb into submodels
1
0
Entering edit mode
2.7 years ago
Xylanaser ▴ 80

Hey is there standalone program which split pdb into parts?

I mean like one protein sequence for example into two

something like http://www.bioinformatics.org/sms2/split_fasta.html but for pdb's

cheers

pdb protein • 872 views
ADD COMMENT
0
Entering edit mode
2.7 years ago
Mensur Dlakic ★ 27k

There is a program called pdbsplitchains in this repository:

https://github.com/ACRMGroup/bioptools

pdbset from the CCP4 package can do all kinds of manipulations on PDB files - including splitting by chain - but it requires a bit of scripting. For example, these several lines would extract chain B while excluding headers and water molecules.

pdbset xyzin 2f2f.pdb xyzout 2f2f_B.pdb << EOF
exclude headers
exclude WAT
select chain B
end
EOF
ADD COMMENT

Login before adding your answer.

Traffic: 1782 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