About peptide design
1
0
Entering edit mode
3.3 years ago

Hi, I want to do dock between two protein with HADDOCK2.4 server. when I upload two pdb file the second molecule shows some error with my pdb code. the server showed " Error in PDB file. Issue when parsing the PDB file at line 2182. Your PDB contains multiple forms of the same residue THR 51. This is not supported in the current form. If you would like to supply multiple conformations, please create an ensemble."

so how can I solve this problem with pdb code?

Thanks

software error • 530 views
ADD COMMENT
0
Entering edit mode
3.3 years ago
Mensur Dlakic ★ 27k

Given that the error points you to the exact line and the residue, you should take a look at it first. Most likely it is an issue with ANISOU records.

To fix:

grep -v "ANISOU " my_file.pdb > new_file.pdb
ADD COMMENT

Login before adding your answer.

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