I am new to working with PDB format files, and I am having difficulty working with the ZDOCK Benchmark files.
Their input PDBs for generating decoys seem to have 2 extra columns, and the filenames end with *.pdb.ms
Does anyone know what type of files these really are?
The output decoy PDBs generated by their software maintain these extra columns. For example:
ATOM 1 N GLU A 6 72.093 26.103 78.886 8 1 1.63 -0.15
ATOM 2 CA GLU A 6 71.909 24.863 78.143 8 1 2.03 0.10
ATOM 3 C GLU A 6 70.753 24.029 78.676 8 1 1.67 0.60
ATOM 4 O GLU A 6 70.717 23.551 79.806 8 1 1.38 -0.55
Column 10 (with the integers 8) and the last column do not seem to be usual PDB fields. Can I just ignore these columns, and create a standard PDB?
Sorry for the late reply. I thought I would be notified by email if anyone responded.
The problem is that in the example I gave, the fields do not match the ATOM specification. They only approximately correspond. Here is what a pdb file downloaded with pdb-tools looks like. It matches the ATOM specification exactly:
You can see the difference between the ZDOCK files I was posting about, and the "legit" pdb format.
I already said what I thought was pertinent to your problem, but I will repeat:
After XYZ atom coordinates (starting with character column #55), many programs put information into their PDB output that may or may not be according to specification. This shouldn't matter, as most programs either completely ignore everything that comes after XYZ atom coordinates, or at least do not rely on that information in any serious way. Unless you tried loading ZDOCK's PDB files and that failed somehow, I think you should not worry about anything beyond character column #55 (or anything beyond 9th column overall).
Ah, thank you. I didn't read the original answer carefully enough.
Unfortunately, the program I am trying to use: https://github.com/kiharalab/DOVE, exits with an error depending on what is after the z-coordinate. I will look into the code to try and determine whether it actually relies on the information...
Please use
ADD REPLY/ADD COMMENT
when responding to existing posts to keep threads logically organized.SUBMIT ANSWER
is for new answers to original question.