<div dir="ltr">On Thu, Oct 16, 2014 at 7:36 AM, Ivan IVANOV <span dir="ltr">&lt;<a href="mailto:ivanov@embl.fr" target="_blank">ivanov@embl.fr</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">  I have an error appearing in phenix. I think it is a problem of my pdb<br>
file. I do not know how to change it.<br>
  Error:<br>
 residue.id_str(suppress_segid=false):segid is not unique: pdbres=ATP C<br>
1 &quot;segid= &quot;O&quot;<br>
   Does anyone can help me??<br>
   Where is the mistake and how to solve it ??<br></blockquote><div><br></div><div>This means that within a single &quot;residue&quot; (I guess an ATP ligand?), the unofficial segID field (columns 72-76, I think) that is sometimes use as an alternative to chain ID has multiple values for the different atoms.  This tends to break other code so it&#39;s checked when the file is read in.  There are several ways to fix this, but probably the easiest is to run phenix.pdbtools and tell it to clear the segID - on the command line this would be:</div><div><br></div><div>phenix.pdbtools model.pdb clear_segid=True</div><div><br></div><div>and in the GUI it should be pretty obvious which box to check.</div><div><br></div><div>-Nat</div></div></div></div>