<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general">
    <title>gmane.science.biology.xplor-nih.general</title>
    <link>http://permalink.gmane.org/gmane.science.biology.xplor-nih.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1747"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1746"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1745"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1744"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1743"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1742"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1741"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1740"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1739"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1738"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1737"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1736"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1735"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1734"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1733"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1732"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1731"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1730"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1729"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1728"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1747">
    <title>Re: barrier: error reading from process 1 .. Errorduringensemble refinement</title>
    <link>http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1747</link>
    <description>&lt;pre&gt;
Hello Santhosh--





You specified that only one structure be calculated. The message menas
that there wasn't enough work for a second structure (ensemble). You
can parallelize over ensemble member by specifying -num_threads
2. Anyway, there should be a pdb written for each ensemble member.

best regards--
Charles
--
Charles Schwieters     email:   Charles&amp;lt; at &amp;gt;Schwieters.org
                       www:     http://schwieters.org/cds
phone: (301) 402-4914  PGP key: http://schwieters.org/cds/pgp.txt

_______________________________________________
Xplor-nih mailing list
Xplor-nih&amp;lt; at &amp;gt;nmr.cit.nih.gov
http://dcb.cit.nih.gov/mailman/listinfo/xplor-nih
&lt;/pre&gt;</description>
    <dc:creator>Charles Schwieters</dc:creator>
    <dc:date>2013-05-13T23:52:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1746">
    <title>barrier: error reading from process 1 .. Error duringensemble refinement</title>
    <link>http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1746</link>
    <description>&lt;pre&gt;Hello Charles,

I have written a script for ensemble refinement based on
dna_ensembe/ensemble.py and gb1_rdc/refine.py. The script is along with the
mail below.

When running the simulation, one of the child process stops working and in
the log files I found this line :
barrier: error reading from process 1
The simulation proceeds with computing only one structure.

While the killed process has :
StructureLoop: this process has no work. Exiting...

Can you tell me where am I going wrong ? The below script is executed this
way:
xplor -smp 2 -py -o refine.out 5050.py

xplor.requireVersion("2.17")

numberOfStructures=1
ensembleSize=2           # number of ensemble members
outFilename = "SCRIPT_%d_STRUCTURE_MEMBER.sa" % ensembleSize


import protocol
protocol.initRandomSeed()

command = xplor.command
protocol.initParams("protein")

#load pdb and covalently minimize the protein
protocol.loadPDB("model.pdb")
xplor.simulation.deleteAtoms("not known")

protocol.fixupCovalentGeom(maxIters=1000,useVDW=1)


#initilize &lt;/pre&gt;</description>
    <dc:creator>santhu kumar</dc:creator>
    <dc:date>2013-05-13T21:38:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1745">
    <title>Re: exporting DIHE from water refinement script</title>
    <link>http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1745</link>
    <description>&lt;pre&gt;
Hello Marie--


The DIHE term is required during water refinement to act as the normal
dihedral portion of the force field during that calculation. The DIHE
force constants are low, so violations are more likely. In general, I
would evaluate the dihedral quality with a tool like molprobity or
whatcheck, rather than the fit of this term.

best regards--
Charles
--
Charles Schwieters     email:   Charles&amp;lt; at &amp;gt;Schwieters.org
                       www:     http://schwieters.org/cds
phone: (301) 402-4914  PGP key: http://schwieters.org/cds/pgp.txt

_______________________________________________
Xplor-nih mailing list
Xplor-nih&amp;lt; at &amp;gt;nmr.cit.nih.gov
http://dcb.cit.nih.gov/mailman/listinfo/xplor-nih
&lt;/pre&gt;</description>
    <dc:creator>Charles Schwieters</dc:creator>
    <dc:date>2013-05-13T17:02:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1744">
    <title>exporting DIHE from water refinement script</title>
    <link>http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1744</link>
    <description>&lt;pre&gt;Hello,

I've been doing some water refinements using the script from the gb1_rdc
example in eginput and I get this term DIHE (it wasn't present while
running the annealing script) that has rather large energies comparatively
to noes or CDIH.  How do I output those violations or how do I know what's
creating this term.  Shouldn't it be part of the IMPR term?

Thanks,
Marie

&lt;/pre&gt;</description>
    <dc:creator>Marie-Laurence Tremblay</dc:creator>
    <dc:date>2013-05-13T14:45:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1743">
    <title>Re: Multiple RDC datasets</title>
    <link>http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1743</link>
    <description>&lt;pre&gt;
Hello Santhosh--


Those coordinates are cruft written long ago, and the Python scripts
do not actually read these.


In the Python interface, the first four atom selections are actually
ignored, and the alignment tensor is specified separately, and usually
you need not be concerned with the pseudo atoms. The table format remains
the same as that read by the old XPLOR RDC terms (dipo and sani) for
backward compatibility.


Like I said the pseudo atom coordinates are not read in, and
axis-orthogonality is maintained by the IVM in the Python scripts.

I hope this clears things up a bit.

Charles
--
Charles Schwieters     email:   Charles&amp;lt; at &amp;gt;Schwieters.org
                       www:     http://schwieters.org/cds
phone: (301) 402-4914  PGP key: http://schwieters.org/cds/pgp.txt

_______________________________________________
Xplor-nih mailing list
Xplor-nih&amp;lt; at &amp;gt;nmr.cit.nih.gov
http://dcb.cit.nih.gov/mailman/listinfo/xplor-nih
&lt;/pre&gt;</description>
    <dc:creator>Charles Schwieters</dc:creator>
    <dc:date>2013-05-11T17:43:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1742">
    <title>Re: Multiple RDC datasets</title>
    <link>http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1742</link>
    <description>&lt;pre&gt;Hello Charles,

Thanks for the clarification. But I am confused from the 7 pseudo atoms.

ATOM    856  X   ANI   500     322.383 -47.025 154.522  1.00  3.06
ATOM    857  Y   ANI   500     322.080 -50.957 156.088  1.00  4.37
ATOM    858  Z   ANI   500     323.128 -50.368 152.019  1.00  4.35
ATOM    859  OO  ANI   500     324.205 -49.405 154.647  1.00  4.04

These 4 should define the tensor axis. And the RDC definition is done :
assign ( resid 500  and name OO  )
       ( resid 500  and name Z   )
       ( resid 500  and name X   )
       ( resid 500  and name Y   )
       ( resid 2    and name N   )
       ( resid 2    and name HN  )  -3.7330  0.2000

Out of which the first 4 lines are the axes and the remaning 2 are the
actual atoms.
Am I wrong ? And about the perpendicularity :
Do you mean that I need not manually maintain perpendicularity in the
model.pdb?

Sorry if I am overlooking something.
Thanks
Santhosh


On Sat, May 11, 2013 at 11:16 AM, Charles Schwieters &amp;lt;charles&amp;lt; at &amp;gt;schwieters.org

__________________&lt;/pre&gt;</description>
    <dc:creator>santhu kumar</dc:creator>
    <dc:date>2013-05-11T16:40:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1741">
    <title>Re: Multiple RDC datasets</title>
    <link>http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1741</link>
    <description>&lt;pre&gt;
Hello Santhosh--


If you use the Python interface (suggested) then there are 7 pseudo
atoms per alignment tensor.


The axes must be perpendicular, or you will get nonphysical
results. In a proper Xplor-NIH Python script, you don't have to
manually configure any pseudo atoms, and the axes will remain
perpendicular irrespective of force constants.


No- overlap of pseudo atoms corresponding to different alignment
tensors is no problem, and with standard parameters there should be no
VDW energy calculated.

best regards--
Charles
--
Charles Schwieters     email:   Charles&amp;lt; at &amp;gt;Schwieters.org
                       www:     http://schwieters.org/cds
phone: (301) 402-4914  PGP key: http://schwieters.org/cds/pgp.txt

_______________________________________________
Xplor-nih mailing list
Xplor-nih&amp;lt; at &amp;gt;nmr.cit.nih.gov
http://dcb.cit.nih.gov/mailman/listinfo/xplor-nih
&lt;/pre&gt;</description>
    <dc:creator>Charles Schwieters</dc:creator>
    <dc:date>2013-05-11T16:16:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1740">
    <title>Multiple RDC datasets</title>
    <link>http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1740</link>
    <description>&lt;pre&gt;Hello Charles,

I think I know the answer for these questions but just want to confirm with
you.

In refinement of structures using RDC's, we use 4 pseudo-atoms to define an
axis and these are part of the PDB also. For more than one RDC dataset, we
should have more than such 4 pseudo-atoms. Now the questions are :

1). Should the four atoms be created as a axis? I mean should O-XX be
perpendicular to O-YY and so on? Or could it be any four atoms far away
from the protein? In the examples, they are mostly perpendicular.

2). In case of multiple RDC constraints, would there be a problem if I
overlap many such pseudo-atoms on top of each other?
eg :
ATOM    856  X   ANI   500     322.383 -47.025 154.522  1.00  3.06
ATOM    857  Y   ANI   500     322.080 -50.957 156.088  1.00  4.37
ATOM    858  Z   ANI   500     323.128 -50.368 152.019  1.00  4.35
ATOM    859  OO  ANI   500     324.205 -49.405 154.647  1.00  4.04
ATOM    860  X   ANI   600     322.383 -47.025 154.522  1.00  3.06
ATOM    861  Y   ANI   600     32&lt;/pre&gt;</description>
    <dc:creator>santhu kumar</dc:creator>
    <dc:date>2013-05-10T22:08:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1739">
    <title>Re: running structure calcs with nonstandard aminoacids:STRUcture-ERR</title>
    <link>http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1739</link>
    <description>&lt;pre&gt;
Hello Jonesy--



It looks like you specified a pdb file where a psf file should be. You
might want to try the Python interface instead of the old XPLOR
interface. However, you will still need a psf file because you are
using nonstandard residues. Please let me know if you have further
issues.

best regards--
Charles
--
Charles Schwieters     email:   Charles&amp;lt; at &amp;gt;Schwieters.org
                       www:     http://schwieters.org/cds
phone: (301) 402-4914  PGP key: http://schwieters.org/cds/pgp.txt

_______________________________________________
Xplor-nih mailing list
Xplor-nih&amp;lt; at &amp;gt;nmr.cit.nih.gov
http://dcb.cit.nih.gov/mailman/listinfo/xplor-nih
&lt;/pre&gt;</description>
    <dc:creator>Charles Schwieters</dc:creator>
    <dc:date>2013-05-09T01:04:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1738">
    <title>running structure calcs with nonstandard amino acids:STRUcture-ERR</title>
    <link>http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1738</link>
    <description>&lt;pre&gt;Hi all,

I am trying to generate initial .pdb structures for a peptide RNA complex.
 My peptide contains nonstandard amino acids; I have already added their
topology data to protein.top.  When I try to run my script in xplor, I keep
getting the following errors (see attached).  I have checked to see that my
NOE table assignments match what I have put into the topology file, but I
am not sure what else to check from here.

Any help?
Jonesy
_______________________________________________
Xplor-nih mailing list
Xplor-nih&amp;lt; at &amp;gt;nmr.cit.nih.gov
http://dcb.cit.nih.gov/mailman/listinfo/xplor-nih
&lt;/pre&gt;</description>
    <dc:creator>Alisha Nicole Jones</dc:creator>
    <dc:date>2013-05-08T22:04:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1737">
    <title>Re: Initial Da and Rh value - sensitive?</title>
    <link>http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1737</link>
    <description>&lt;pre&gt;
Hello Santhosh--



If you are refining a structure, it does indeed make sense to obtain
initial guesses from the starting structure. The script 

  eginput/gb1_rdc/refine.py 

expects reasonable initial Da and rhombicity values, but can be easily
changed to just calculate them from the intial structure, by changing
the calcTensorOrientation to calcTensor.



The helper script calcTensor will do this for you.

  calcTensor rdc.tbl structure files...

Then these values could be input to a refinement script, as you
suggest. 

hope this helps--
Charles


--
Charles Schwieters     email:   Charles&amp;lt; at &amp;gt;Schwieters.org
                       www:     http://schwieters.org/cds
phone: (301) 402-4914  PGP key: http://schwieters.org/cds/pgp.txt

_______________________________________________
Xplor-nih mailing list
Xplor-nih&amp;lt; at &amp;gt;nmr.cit.nih.gov
http://dcb.cit.nih.gov/mailman/listinfo/xplor-nih
&lt;/pre&gt;</description>
    <dc:creator>Charles Schwieters</dc:creator>
    <dc:date>2013-04-30T14:59:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1736">
    <title>Initial Da and Rh value - sensitive?</title>
    <link>http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1736</link>
    <description>&lt;pre&gt;Hello

I am new to Xplor-NIH and have done cartesian coordinate refinements using
gromacs before.

I have been through the relevant code and tutorials. The striking
difference I have seen is that Xplor requires initial Da and Rh values to
be provided. This makes sense when we are annealing from a completely
unfolded chain but when refining from a good start point [structurally],
and letting Da and Rh float [change], would it make a difference if we
provide or not provide these initial estimates?

And is there an easy way to compute Da and Rh values within xplor
framework, given ensemble, RDC data without creating RDCpot ? [ for the
initial estimate]. I could write a script in python which does the
computation but if it could be done within xplor, it would be more
convenient.

Thanks
Santhosh
_______________________________________________
Xplor-nih mailing list
Xplor-nih&amp;lt; at &amp;gt;nmr.cit.nih.gov
http://dcb.cit.nih.gov/mailman/listinfo/xplor-nih
&lt;/pre&gt;</description>
    <dc:creator>santhu kumar</dc:creator>
    <dc:date>2013-04-30T14:11:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1735">
    <title>Re: angle restraints</title>
    <link>http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1735</link>
    <description>&lt;pre&gt;
Hello Jakob--


ok. It's also possible using the old XPLOR angle term- and probably
easier in this case. Attached is an example of how to do this using
model.pdb from eginput/gb1_rdc.

best regards--
Charles


import protocol
protocol.loadPDB('model.pdb',deleteUnknownAtoms=True)

import xplorPot

print xplorPot.XplorPot('ANGL').calcEnergy()

xplor.command('''
topo
presidue ang1
  add angle 1CA 2CA 3CA
end
end
''')

#define the angle (CA 2) - (CA 4) - (CA 20) with equilibrium value of 120 degrees

xplor.command('''
patch ang1 refe=1=(resid 2) refe=2=(resid 4) refe=3=(resid 20) end
''')

print xplorPot.XplorPot('ANGL').calcEnergy()

xplor.command('''
param
  ANGLE (resid 2 and name CA) (resid 4 and name CA) (resid 20 and name CA)  500.00 120
end
''')

print xplorPot.XplorPot('ANGL').calcEnergy()
--
Charles Schwieters     email:   Charles&amp;lt; at &amp;gt;Schwieters.org
                       www:     http://schwieters.org/cds
phone: (301) 402-4914  PGP key: http://schwieters.org/cds/pgp.txt

__________________________________&lt;/pre&gt;</description>
    <dc:creator>Charles Schwieters</dc:creator>
    <dc:date>2013-04-25T17:46:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1734">
    <title>Re: angle restraints</title>
    <link>http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1734</link>
    <description>&lt;pre&gt;Thanks Charles,

I wish to use a few angle constraints to define the orientation between different monomers. I guess the bondAngle term is the better option. Do I need to write this potential myself or is it already coded in an example?

best regards,

Jakob
 

Hello Jakob--


If you group three atoms together in a rigid body (using the group()
method of the IVM) the angle will be preserved. Some care must be
taken if you are also using torsion angle dynamics and the atoms are
involved with bonds to other atoms.  It is also possible to write a
simple Python energy term using bondAngle.BondAngle if you'd like a few
angle-only restraints If things aren't 100% clear please provide
further details.

best regards--
Charles
&lt;/pre&gt;</description>
    <dc:creator>Jakob Toudahl Nielsen</dc:creator>
    <dc:date>2013-04-25T15:06:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1733">
    <title>Re: angle restraints</title>
    <link>http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1733</link>
    <description>&lt;pre&gt;
Hello Jakob--


If you group three atoms together in a rigid body (using the group()
method of the IVM) the angle will be preserved. Some care must be
taken if you are also using torsion angle dynamics and the atoms are
involved with bonds to other atoms.  It is also possible to write a
simple Python energy term using bondAngle.BondAngle if you'd like a few
angle-only restraints If things aren't 100% clear please provide
further details.

best regards--
Charles
--
Charles Schwieters     email:   Charles&amp;lt; at &amp;gt;Schwieters.org
                       www:     http://schwieters.org/cds
phone: (301) 402-4914  PGP key: http://schwieters.org/cds/pgp.txt

_______________________________________________
Xplor-nih mailing list
Xplor-nih&amp;lt; at &amp;gt;nmr.cit.nih.gov
http://dcb.cit.nih.gov/mailman/listinfo/xplor-nih
&lt;/pre&gt;</description>
    <dc:creator>Charles Schwieters</dc:creator>
    <dc:date>2013-04-25T14:20:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1732">
    <title>angle restraints</title>
    <link>http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1732</link>
    <description>&lt;pre&gt;Dear all,

sorry if there is an obvious answer to this simple question, which I could not find.

I wish to use angles constaints constraining three atoms, which are not related by bonds, to a certain angle. It seems it is only possible to constrain dihedral angles, and guess adding to the parameter file is not a good option.

Is there a way to go?

thanks in advance,

best regards,

Jakob


Jakob Toudahl Nielsen, post doc
Laboratory for Biomolecular NMR Spectroscopy
inSPIN, Center for Insoluble Protein Structures
Department of Chemistry, University of Aarhus and
Interdisciplinary Nanoscience Center (iNANO)
Gustav Wieds Vej 14, DK-8000 Aarhus C, Denmark
Office: 1593-227
Phone: +45 871 56654 (office) &amp;amp; 2993 8501 (cell)


_______________________________________________
Xplor-nih mailing list
Xplor-nih&amp;lt; at &amp;gt;nmr.cit.nih.gov
http://dcb.cit.nih.gov/mailman/listinfo/xplor-nih
&lt;/pre&gt;</description>
    <dc:creator>Jakob Toudahl Nielsen</dc:creator>
    <dc:date>2013-04-25T13:47:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1731">
    <title>Re: Patching 2 Zn atoms</title>
    <link>http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1731</link>
    <description>&lt;pre&gt;Hello Charles 

Thanks. 
That solved it and I can successfully start the docking. 
I had to change names for the atom types to get the addunknownatoms to recognize them. 

Best regards 
Carl

23 apr 2013 kl. 17:39 skrev "Charles Schwieters" &amp;lt;charles&amp;lt; at &amp;gt;schwieters.org&amp;gt;:

&lt;/pre&gt;</description>
    <dc:creator>Carl Diehl</dc:creator>
    <dc:date>2013-04-25T08:06:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1730">
    <title>Re: Patching 2 Zn atoms</title>
    <link>http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1730</link>
    <description>&lt;pre&gt;
Hello Carl--


Please see the example in eginput/PSF_generation/addAtoms.py in the
Xplor-NIH distribution. From your description, it seems that you
missed calling protocol.addUnknownAtoms().

best regards--
Charles
--
Charles Schwieters     email:   Charles&amp;lt; at &amp;gt;Schwieters.org
                       www:     http://schwieters.org/cds
phone: (301) 402-4914  PGP key: http://schwieters.org/cds/pgp.txt

_______________________________________________
Xplor-nih mailing list
Xplor-nih&amp;lt; at &amp;gt;nmr.cit.nih.gov
http://dcb.cit.nih.gov/mailman/listinfo/xplor-nih
&lt;/pre&gt;</description>
    <dc:creator>Charles Schwieters</dc:creator>
    <dc:date>2013-04-23T15:39:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1729">
    <title>Patching 2 Zn atoms</title>
    <link>http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1729</link>
    <description>&lt;pre&gt;Hello

I'm in the process of setting up a docking run using chemical shifts, and are running into problems with the generation of a input structure for one of the proteins in the docking.

I'm docking 2 proteins, where one of the proteins is a Zinc-finger with 2 Zn2+ atoms, one coordinated by 4 Cys and the other one coordinated by 2 Cys &amp;amp; 2 His. One histidine is coordinated by NE2 and the other by ND1.

Based on answers from the mailing list and examples, I modified a topology file and parameter file for incorporating the two Zn.
Upon running the file (see below) I can successfully generate the psf-file and a pdb-file. However, in the pdb-file, the Zn2+ and some N and C-terminal residues gets coordinates -9999.9. I have tried fixing that by running fixupCovalentGeom in the script, which causes the script to fail, saying missing atoms.

What have I missed when setting up the protein and how can I fix this?
I also want to mutate one residue to another in order to generate my version of the protein.

The topolo&lt;/pre&gt;</description>
    <dc:creator>Carl Diehl</dc:creator>
    <dc:date>2013-04-23T14:42:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1728">
    <title>Re: TEMPO Library</title>
    <link>http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1728</link>
    <description>&lt;pre&gt;
Hello Leah--


I don't seem to have topology and parameters for TEMPO. You might
check with the Kay lab, as I believe they have used this
tag. Otherwise, I can help you generated the necessary files. Of
course, if anyone else has already generated these, contributing them
would be greatly appreciated.

best regards--
Charles
--
Charles Schwieters     email:   Charles&amp;lt; at &amp;gt;Schwieters.org
                       www:     http://schwieters.org/cds
phone: (301) 402-4914  PGP key: http://schwieters.org/cds/pgp.txt

_______________________________________________
Xplor-nih mailing list
Xplor-nih&amp;lt; at &amp;gt;nmr.cit.nih.gov
http://dcb.cit.nih.gov/mailman/listinfo/xplor-nih
&lt;/pre&gt;</description>
    <dc:creator>Charles Schwieters</dc:creator>
    <dc:date>2013-04-05T14:53:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1727">
    <title>Re: Exporting HBond violations</title>
    <link>http://permalink.gmane.org/gmane.science.biology.xplor-nih.general/1727</link>
    <description>&lt;pre&gt;
Hello Marie--


If your hydrogen bond restraints used in an NOEPot, the violations
should already be in the .stats file. And the summary at the top of
the file should tell you the number of violations. Are you not seeing
this?

Charles
--
Charles Schwieters     email:   Charles&amp;lt; at &amp;gt;Schwieters.org
                       www:     http://schwieters.org/cds
phone: (301) 402-4914  PGP key: http://schwieters.org/cds/pgp.txt

_______________________________________________
Xplor-nih mailing list
Xplor-nih&amp;lt; at &amp;gt;nmr.cit.nih.gov
http://dcb.cit.nih.gov/mailman/listinfo/xplor-nih
&lt;/pre&gt;</description>
    <dc:creator>Charles Schwieters</dc:creator>
    <dc:date>2013-04-05T20:13:35</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.science.biology.xplor-nih.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.science.biology.xplor-nih.general</link>
  </textinput>
</rdf:RDF>
