Structure Refinement Using CNS Energy Minimization With Explicit Water: Difference between revisions

From NESG Wiki
Jump to navigation Jump to search
(Created page with '== '''Structure Refinement Using CNS Energy Minimization With Explicit Water''' == The final structure from CYANA should be refined using CNS energy minimization with explicit w…')
 
mNo edit summary
 
(73 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== '''Structure Refinement Using CNS Energy Minimization With Explicit Water''' ==
== '''Introduction''' ==


The final structure from CYANA should be refined using CNS energy minimization with explicit water before PDB deposition.
Crystallography & NMR System (CNS) is a program has been designed to provide a flexible multi-level hierachical approach for the most commonly used algorithms in macromolecular structure determination [1]. Functions include heavy atom searching, experimental phasing (including MAD and MIR), density modification, crystallographic refinement with maximum likelihood targets, and NMR structure calculation using NOEs, J-coupling, chemical shift, and dipolar coupling data.  


The common input files are:
The latest version is 1.21. Please check the website [http://cns-online.org/ http://cns-online.org] for additional information.
* PDB coordinates
* NOE constraints
* Dihedral angle constraints
* Hydrogen bond constraints


=== '''Converting input files from CYANA to XPLOR/CNS''' ===
== '''CNS Refinement Protocol''' ==


If the final structure calculation was performed with CYANA 2.1, then the constraint and coordinate files must be first converted to XPLOR/CNS format.
The final structure from CYANA should be refined using CNS energy minimization with explicit water before PDB deposition.  


==== '''Using cyana2cns.cya script''' ====
The common input files are:


This procedure can be used to prepare input files to use with the WaterRefCNS script (see below).
*PDB coordinates
*NOE constraints
*Dihedral angle constraints
*Hydrogen bond constraints


# Download [[NESG:%ATTACHURL%/cyana2cns.cya|cyana2cns.cya]] into directory with the final structure calculation.
==== '''Converting input files from CYANA to XPLOR/CNS'''  ====
# Modify the <tt>read pdb</tt>, <tt>read upl</tt> and <tt>read aco</tt> lines if necessary.
# Start CYANA 2.1 and run <tt>cyana2cns.cya</tt>.


* All conformers will be stored in a single PDB file <tt>KKK.pdb</tt>. If you plan run water bath refinement manually, use the <tt>p2X</tt> program instead.
If the final structure calculation was performed with CYANA 2.1, then the constraint and coordinate files must be first converted to XPLOR/CNS format.  
* The resulting NOE constraint file <tt>KKK_noe.tbl</tt> will have all lower limits set to 0. If want them to be set according to VdW radii, use the <tt>r2X</tt> program instead. Experience shows that there is no significant effect on geometry and quality scores as reported by PSVS.


==== '''Using programs p2X and r2X and d2X''' ====
==== '''Using cyana2cns.cya script''' ====


These programs were written by Alex Lemak at the University of Toronto. They are typically used to prepare input files for manual CNS water bath refinement.
This procedure can be used to prepare input files to use with the WaterRefCNS script (see below).  


Go to <tt>~1_projects/targetID/structure/cns/</tt> directory and <tt>conversion_scripts</tt> sub directory, convert required input files to CNS format from CYANA format by using macro <tt>mkfil</tt>:
#Download [[Media:Cyana2cns.cya|cyana2cns.cya]] into directory with the final structure calculation.
<nowiki>
#Modify the <tt>read pdb</tt>, <tt>read upl</tt> and <tt>read aco</tt> lines if necessary.
        p2X cyana2.pdb pref  
#Start CYANA 2.1 and run <tt>cyana2cns.cya</tt>.
 
*All conformers will be stored in a single PDB file <tt>KKK.pdb</tt>. If you plan run water bath refinement manually, use the <tt>p2X</tt> program instead.
*The resulting NOE constraint file <tt>KKK_noe.tbl</tt> will have all lower limits set to 0. If want them to be set according to VdW radii, use the <tt>r2X</tt> program instead. Experience shows that there is no significant effect on geometry and quality scores as reported by PSVS.
 
==== '''Using programs p2X and r2X and d2X'''  ====
 
These programs were written by Alex Lemak at the University of Toronto. They are typically used to prepare input files for manual CNS water bath refinement.
 
Go to <tt>~1_projects/targetID/structure/cns/</tt> directory and <tt>conversion_scripts</tt> sub directory, convert required input files to CNS format from CYANA format by using macro <tt>mkfil</tt>:&nbsp;
<pre>         p2X cyana2.pdb pref  
         r2X found-c.upl noeupl.tbl  
         r2X found-c.upl noeupl.tbl  
         r2X gr-hbonds.upl hbonds.tbl
         r2X gr-hbonds.upl hbonds.tbl
         cat noeupl.tbl hbonds.tbl > noe.tbl  
         cat noeupl.tbl hbonds.tbl &gt; noe.tbl  
         d2X found-c.aco aco.tbl  
         d2X found-c.aco aco.tbl  
</nowiki>
</pre>
*<tt>p2X splits conformers from a pdb file generated by CYANA 2.1 into individual pdb files (one file per conformer) and converts atom names to CNS format. The second argument "pref"</tt> specifies a common prefix name for the output pdb files. It should be no more than 4 characters long.
*<tt>r2X</tt> converts distance constraints (noe/hbond) from CYANA 2.1 format to CNS format. The lower limits in the resulting constraint file are set according to VdW radii.
**Distance constraints obtained from CYANA macro <tt>caliba</tt> or <tt>calibration</tt> can be used as input files.
**Distance constraints obtained from CYANA macro <tt>peak calibrate</tt> should have the pseudo-atom correction run before used as input files, run following commands under CYANA: <br> <pre>read upl final.upl
</pre>


* <tt>p2X splits conformers from a pdb file generated by CYANA 2.1 into individual pdb files (one file per conformer) and converts atom names to CNS format. The second argument =pref</tt> specifies a common prefix name for the output pdb files. It should be no more than 4 characters long.
distance correct write upl final_corrected.upl This, however, will not add corrections for multiplicity!  
* <tt>r2X</tt> converts distance constraints (noe/hbond) from CYANA 2.1 format to CNS format. The lower limits in the resulting constraint file are set according to VdW radii.
** Distance constraints obtained from CYANA macro <tt>caliba</tt> or <tt>calibration</tt> can be used as input files.
** Distance constraints obtained from CYANA macro <tt>peak calibrate</tt> should have the pseudo-atom correction run before used as input files, run following commands under CYANA: <br /> <nowiki>
read upl final.upl
distance correct
write upl final_corrected.upl  
</nowiki> This, however, will not add corrections for multiplicity!
* <tt>d2X</tt>, to run: <tt>d2X cyana2.aco cns.tbl</tt> This will convert angle constraints from CYANA format to CNS format. If you don't have any dihedral angle constrains, create an empty file.


Both p2X and r2X require a translation table file [[NESG:%ATTACHURL%/atomtransC.tbl|atomtransC.tbl]].
*<tt>d2X</tt>, to run: <tt>d2X cyana2.aco cns.tbl</tt> This will convert angle constraints from CYANA format to CNS format. If you don't have any dihedral angle constrains, create an empty file.


If have used simplified pseudoatom names (H* instead of Q*) with option pseudo=2 in CYANA 2.1, you may first want to them before running p2X and r2X:
Both p2X and r2X require a translation table file [[Media:AtomtransC.tbl|atomtransC.tbl]].
<nowiki>
 
pseudo=0
If have used simplified pseudoatom names (H* instead of Q*) with option pseudo=2 in CYANA 2.1, you may first want to them before running p2X and r2X:<br>
<pre>pseudo=0
  read upl noe.upl
  read upl noe.upl
  read pdb cyana2.pdb
  read pdb cyana2.pdb
  write upl out.upl
  write upl out.upl
  write pdb out.pdb all
  write pdb out.pdb all
</nowiki> Note that pseudo=0 should be set '''before''' loading PDB and constraint files.
</pre>  
Note that pseudo=0 should be set '''before''' loading PDB and constraint files.  


==== '''Conversion from DYANA''' ====
==== '''Conversion from DYANA''' ====
Use CYANA macro <tt>MigrateFromDyanaCyana1.cya</tt> to convert of data files from standard CYANA1.x or DYANA nomenclature to the standard IUPAC nomenclature used by CYANA, then do then same thing as above. <br /> <nowiki>
 
translate dyana                        # use Cyana 1.x/Dyana nomenclature
Use CYANA macro <tt>MigrateFromDyanaCyana1.cya</tt> to convert of data files from standard CYANA1.x or DYANA nomenclature to the standard IUPAC nomenclature used by CYANA, then do then same thing as above. <br>  
<pre> translate dyana                        # use Cyana 1.x/Dyana nomenclature
  read seq demo-dyana.seq                # read sequence from Cyana 1.x/Dyana
  read seq demo-dyana.seq                # read sequence from Cyana 1.x/Dyana
  read upl demo-dyana.upl unknown=warn    # read upper distance limits from Cyana 1.x/Dyana
  read upl demo-dyana.upl unknown=warn    # read upper distance limits from Cyana 1.x/Dyana
Line 68: Line 74:
  write upl demo-cyana.upl                # save upper distance limits in standard Cyana format
  write upl demo-cyana.upl                # save upper distance limits in standard Cyana format
  write aco demo-cyana.aco                # save angle restraints in standard Cyana format  
  write aco demo-cyana.aco                # save angle restraints in standard Cyana format  
</nowiki>
</pre>  
<br>
 
=== '''Running CNS using WaterRefCNS script at CABM'''  ===
 
The WaterRefCNS script, developed at Rutgers University by Roberto Tejero, performs many of the above CNS water refinement protocols in an easy to use script with many user controled options.
 
To see a list of options type the command:
<pre> WaterRefCNS
</pre>
You will see a list of options and how the program is used.
<pre>    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        WaterRefCN -- a tool to launch structure refinement with water
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Usage: /farm/software/WaterRefinement_cns/WaterRefCNS -na NamProt -que [PBS|No] -pro [xpl|cns]
** Full set of options [not all are needed for a perfect run, use defaults]
  -na  NamProt      Name of the protein NOTE: this is mandatory, no default value
  -qu  [PBS|NO]    Que system to use, one of PBS or NOQUE                def NOQUE
  -pr  [cns|xpl]    Protocol to use, X-POR, CNS                          def cns
  -av  [center|sum] average for the distance restraints (for CNS, XPLOR)  def sum
  -ci  n1,n2        CIS pep info (PRO res num) in comma separated list, i.e 56,89
  -ss  n1-n2,n3-n4  S-S bridge info in comma separated, dash-separated pairs, i.e. 2-24,30-40
  -he              Display this help message
  -hisd n1,n2      HISD pep info (HIS res num) in comma separated list, i.e 12,43
  -hise n1,n2      HISE pep info (HIS res num) in comma separated list, i.e 25,67
  -heat N          number of cycles in heating stage,  default is 200 
  -hot  N          number of cycles in HOT stage, default is 1000     
  -cool N          number of cycles for cooling stage,  default is 100
  -sc  N            Scale all terms (noe, dihe, hbond) by xN times        def 1 
  -par string      Choice of nonbonded params, one of OPLSX|PARAM19|PARMALLH6|PROLSQ|CONTACT
                    default is OPLSX
  -seed &lt;int&gt;      Seed for random number generator,  default 31415   
Examples:
      /farm/software/WaterRefinement_cns/WaterRefCNS -na SR358 -que no -pr cns -ci 22 
 
</pre>
Given a protein name KKK, here are the input files required to run WaterRefCNS:
 
*&nbsp; pdb coordinates (in a single file) prepared in Xplor format using PdbStat.&nbsp; The name of the file should be:&nbsp; <tt>KKK.pdb</tt>
*&nbsp; an noe.tbl file in CNS format.&nbsp; You can convert CYANA a&nbsp;final.upl file using PdbStat.&nbsp; We typically add 10-15% to the upper limit and make the lower limit vdw, which is 1.8 Angstroms.&nbsp; The name of this file should be:&nbsp; <tt>KKK_noe.tbl</tt>
*&nbsp; a dihe.tbl file in CNS&nbsp;format.&nbsp; Again, you can convert a CYANA .aco file using PdbStat.&nbsp; The name of this file should be:&nbsp; <tt>KKK_dihe.tbl</tt>
*&nbsp; an hbond.tbl file in CNS format (optional).&nbsp; The name of this file should be:&nbsp; <tt>KKK_bhond.tbl</tt>
 
<br>
 
In order to run WaterRefCNS on the CABM-NMR cluster:
 
#Log into hummer or master3
#go to the directory with the above 4 files
#type:
<pre> /farm/software/WaterRefinement_cns/WaterRefCNS -na KKK -que PBS</pre>
and that's it.&nbsp; If you have some CIS residue you add <tt>-ci</tt> NUMRES to the options above. If you want to have better vdw violation, you can add <tt>-par PARAM19</tt> to the options above.
 
'''Future work:'''
 
Currently, the WaterRefCNS script does not support refinement with RDC's.&nbsp;


=== '''Running CNS using WaterRefCNS script at CABM''' ===
<br>


Please follow the instruction of <tt>~/WaterRefinement_cns</tt> after download the [[NESG:%ATTACHURL%/cns_cabm.tar.gz|CABM CNS refinement protocol]]. All you need is FOUR files in a directory, sssuming the name of your protein is KKK the needed files are:
=== '''WaterRefCNS at SUNY Buffalo'''  ===
<nowiki>
          KKK.pdb          -- best set from XPLOR
          KKK_noe.tbl      -- noe
          KKK_dihe.tbl    -- dihedral
          KKK_hbond.tbl    -- hbonds
</nowiki> Here the KKK.pdb can take from the CYANA final.pdb, the KKK_noe.tbl can be converted from CYANA final.upl by using ''pdbstat'' with 10% relax of the constraints.


In order to run it you
The CABM water refinement package was customized to run on computers at UB:
# Log into hummer
# go to the directory gathering those files
# type <tt>/farm/software/WaterRefinement_cns/WaterRefCNS -na KKK -que PBS</tt>
and that's it. if you have some CIS residue you add <tt>-ci</tt> NUMRES to the options above. If you want to have better vdw violation, you can add <tt>-par PARAM19</tt> to the options above.


In case you want more explanations just type <tt>/farm/software/WaterRefinement_cns/WaterRefCNS</tt> with no options (or only -help as option) and it will give you some terse explanations.
*Fixed a bug in <tt>WaterRefCNS</tt> so that the assembled refined PDB structure file has a <tt>.pdb</tt> extension.
*PBS queue submission code in <tt>WaterRefCNS</tt> modified for use on U2 cluster
*Added <tt>-hisd</tt> and <tt>-hise</tt> options to use neutral histidine isoprotomers. This required modification of <tt>WaterRefCNS</tt>, <tt>cns_refine_h2o.inp</tt> and <tt>generate_h2o.inp</tt>.
*Fixed a bug in the protein topology file <tt>topallhdg5.3.pro</tt>. The line <tt>atom CD1 type=CR1E charge=0.130 end</tt> in the HISE patch section was removed.
*Fixed a bug that caused the order of conformers to be changed in the output PDB file by replacing the line <tt>$WATREFLIB/Agrupa *.pdb &gt; All_${Name}_cns.pdb</tt> with <tt>$WATREFLIB/Agrupa `ls resa_?.pdb&nbsp;; ls resa_??.pdb` &gt; All_${Name}_cns.pdb</tt> in the <tt>WaterRefCNS</tt> script.


=== '''WaterRefCNS at SUNY Buffalo''' ===
The modified package is installed in <tt>/nsm/chem/cen2/HTP2/3_src/WaterRefinement_cns</tt> on the local server and in <tt>/san/projects1/szypersk/src/WaterRefinement_cns</tt> on the U2 Linux cluster. Make sure that this directories is included in your path on <tt>spins*</tt> workstations and U2, respectively.


The CABM water refinement package was customized to run on computers at UB:
For reference, the download location is here: [[Media:WaterRefinement_UB.tar.Z|WaterRefinement_UB.tar.Z]]
* Fixed a bug in <tt>WaterRefCNS</tt> so that the assembled refined PDB structure file has a <tt>.pdb</tt> extension.
* PBS queue submission code in <tt>WaterRefCNS</tt> modified for use on U2 cluster
* Added <tt>-hisd</tt> and <tt>-hise</tt> options to use neutral histidine isoprotomers. This required modification of <tt>WaterRefCNS</tt>, <tt>cns_refine_h2o.inp</tt> and <tt>generate_h2o.inp</tt>.
* Fixed a bug in the protein topology file <tt>topallhdg5.3.pro</tt>. The line <tt>atom CD1 type=CR1E charge=0.130 end</tt> in the HISE patch section was removed.
* Fixed a bug that caused the order of conformers to be changed in the output PDB file by replacing the line <tt>$WATREFLIB/Agrupa *.pdb &gt; All_${Name}_cns.pdb</tt> with <tt>$WATREFLIB/Agrupa `ls resa_?.pdb ; ls resa_??.pdb` &gt; All_${Name}_cns.pdb</tt> in the <tt>WaterRefCNS</tt> script.


The modified package is installed in <tt>/nsm/chem/cen2/HTP2/3_src/WaterRefinement_cns</tt> on the local server and in <tt>/san/projects1/szypersk/src/WaterRefinement_cns</tt> on the U2 Linux cluster. Make sure that this directories is included in your path on <tt>spins*</tt> workstations and U2, respectively.
The required files are:


For reference, the download location is here: [[NESG:%ATTACHURL%/WaterRefinement_UB.tar.Z|WaterRefinement_UB.tar.Z]]
*PDB coordinates (with atom names in XPLOR/CNS format)
*NOE constraints (in XPLOR/CNS format)
*Dihedral angle constraints (in XPLOR/CNS format)
*Hydrogen bond constraints (in XPLOR/CNS format)


The required files are:
Assuming that your coordinate file is called <tt>KKK.pdb</tt>, the constraint files should be named <tt>KKK_noe.tbl</tt>, <tt>KKK_dihe.tbl</tt> and <tt>KKK_hbond.tbl</tt>. If you don't have dihedral angle and/or hydrogen bond constraints, then create the corresponding empty files.
* PDB coordinates (with atom names in XPLOR/CNS format)
* NOE constraints (in XPLOR/CNS format)
* Dihedral angle constraints (in XPLOR/CNS format)
* Hydrogen bond constraints (in XPLOR/CNS format)


Assuming that your coordinate file is called <tt>KKK.pdb</tt>, the constraint files should be named <tt>KKK_noe.tbl</tt>, <tt>KKK_dihe.tbl</tt> and <tt>KKK_hbond.tbl</tt>. If you don't have dihedral angle and/or hydrogen bond constraints, then create the corresponding empty files.
You may need to add a line like <tt>nassign=1000</tt> at the top of the constraint files. The value should be equal to or greater than the number of constraints in the file.  


You may need to add a line like <tt>nassign=1000</tt> at the top of the constraint files. The value should be equal to or greater than the number of constraints in the file.
WaterRefCNS assumes "sum of r<sup>-6</sup>" averaging by default. When using "center"-averaged UPLs (e.g. from <tt>caliba</tt>) add <tt>-av center</tt> when starting WaterRefCNS. For information on averaging conventions for calibration in CYANA see [[NOE Calibration Using CYANA|NOE Calibration in CYANA]]


WaterRefCNS assumes "sum of r^-6" averaging by default. When using "center"-averaged UPLs (e.g. from <tt>caliba</tt>) add <tt>-av center</tt> when starting WaterRefCNS. For information on averaging conventions for calibration in CYANA see [http://www.nsm.buffalo.edu/Chem/HTP_twiki/cgi-bin/view/NESG/NOECalibrationCYANA NOE Calibration in CYANA]
It is recommended to run it on U2 Linux cluster. Examples:  


It is recommended to run it on U2 Linux cluster. Examples:
#<pre>WaterRefCNS -na KKK -que PBS</pre>  
# <tt>WaterRefCNS -na KKK -que PBS</tt>
#<pre>WaterRefCNS -na KKK -que PBS -ci 21,49</pre>residues 21 and 49 are cis-Pro  
# <tt>WaterRefCNS -na KKK -que PBS -ci 21,49</tt> <br /> residues 21 and 49 are cis-Pro
#<pre>WaterRefCNS -na KKK -que PBS -hise 40,82 -hisd 32,65</pre>residues 40 and 82 are ε-protonated neutral His <br> residues 32 and 65 are δ-protonated neutral His  
# <tt>WaterRefCNS -na KKK -que PBS -hise 40,82 -hisd 32,65</tt> <br /> residues 40 and 82 are &epsilon;-protonated neutral His <br /> residues 32 and 65 are &delta;-protonated neutral His
#<pre>WaterRefCNS -na KKK -que PBS -av center </pre>for use with center-averaged calibration
# <tt>WaterRefCNS -na KKK -que PBS -av center</tt> <br /> for use with center-averaged calibration


To run on <tt>spins*</tt> Linux workstations without queue system use <tt>-que NO</tt> option instead of <tt>-que PBS</tt> option. The default is no queue system, so you can omit the <tt>-que</tt> option altogether.
To run on <tt>spins*</tt> Linux workstations without queue system use <tt>-que NO</tt> option instead of <tt>-que PBS</tt> option. The default is no queue system, so you can omit the <tt>-que</tt> option altogether.  


==== '''Running WaterRefCNS''' ====
==== '''Running WaterRefCNS''' ====


# Convert the coordinate and constraint files as described above.
#Convert the coordinate and constraint files as described above.  
# Copy the converted files into a CNS working directory on the U2 cluster or a workstation (e.g. <tt>structure/cns/calc1</tt>).
#Copy the converted files into a CNS working directory on the U2 cluster or a workstation (e.g. <tt>structure/cns/calc1</tt>).  
# Run the <tt>WaterRefCNS</tt> with the proper arguments.
#Run the <tt>WaterRefCNS</tt> with the proper arguments.  
# If the calculation was successful, the refined coordinate file will be stored in the <tt>refinedPDB</tt> subdirectory. Check the <tt>BeSureToREADME</tt> for details.
#If the calculation was successful, the refined coordinate file will be stored in the <tt>refinedPDB</tt> subdirectory. Check the <tt>BeSureToREADME</tt> for details.


=== '''Running CNS "manually"''' ===
=== '''Running CNS "manually"''' ===


Go to <tt>~1_projects/targetID/structure/cns/</tt> directory and <tt>cns_scripts</tt> sub directory, follow the procedures as describe below.
Go to <tt>~1_projects/targetID/structure/cns/</tt> directory and <tt>cns_scripts</tt> sub directory, follow the procedures as describe below.  
<ol> <li> Generating MTF topology file from a PDB file. <br /> modify the header of the input file <tt>generate_mtf.inp</tt> and then run <tt>cns &lt; generate_mtf.inp &gt; mtf.log</tt>.


* Modify input files path and name base on individual target as follow: <bt _moz-userdefined=""></bt> <nowiki>
'''1.&nbsp; Generating MTF topology file from a PDB file. '''<br>&nbsp;&nbsp;&nbsp; modify the header of the input file <tt>generate_mtf.inp</tt> and then run <tt>cns &lt; generate_mtf.inp &gt; mtf.log</tt>.
...
 
{in}      pdb_file="/san/user/gliu2/u2/cns/cns/convertion_scripts/ufc1_1.pdb";
*Modify input files path and name base on individual target as follows:
{in}      param_file="/san/user/gliu2/u2/cns/cns/cns_scripts/parallhdg5.3C.pro";
<pre> ...
{in}      topol_file="/san/user/gliu2/u2/cns/cns/cns_scripts/topallhdg5.3.pro";
{in}      pdb_file="/san/user/gliu2/u2/cns/cns/convertion_scripts/ufc1_1.pdb";
{in}      plink_file="/san/user/gliu2/u2/cns/cns/cns_scripts/protein.link";
{in}      param_file="/san/user/gliu2/u2/cns/cns/cns_scripts/parallhdg5.3C.pro";
{out}      struct_file="ufc1_1.mtf";  
{in}      topol_file="/san/user/gliu2/u2/cns/cns/cns_scripts/topallhdg5.3.pro";
...
{in}      plink_file="/san/user/gliu2/u2/cns/cns/cns_scripts/protein.link";
</nowiki>
{out}      struct_file="ufc1_1.mtf";  
* Requires these files <p> </p>
...
** [[NESG:%ATTACHURL%/parallhdg5.3C.pro|parallhdg5.3C.pro]]: CNS parameter file
</pre>  
** [[NESG:%ATTACHURL%/topallhdg5.3.pro|topallhdg5.3.pro]]: CNS topology file
*Requires these files:
** [[NESG:%ATTACHURL%/protein.link|protein.link]]: CNS peptide linkage definition file<bt _moz-userdefined=""><bt _moz-userdefined=""><bt _moz-userdefined=""> </bt></bt></bt>
*[[Media:Parallhdg5.3C.pro|parallhdg5.3C.pro]]: CNS parameter file  
* For <tt>cis-Proline</tt>, define the residue Id of the residue prior to <tt>cis-Proline</tt> by additional lines in <tt>generate_mtf.inp</tt> before the WRITE command <bt _moz-userdefined=""></bt> <nowiki>
*[[Media:Topallhdg5.3.pro|topallhdg5.3.pro]]: CNS topology file  
        patch cisp
*[[Media:Protein.link|protein.link]]: CNS peptide linkage definition file  
*For <tt>cis-Proline</tt>, define the residue Id of the residue prior to <tt>cis-Proline</tt> by additional lines in <tt>generate_mtf.inp</tt> before the WRITE command
<pre> patch cisp
             reference=nil=( resid 90 )
             reference=nil=( resid 90 )
         end  
         end  
</nowiki>
</pre>  
* If you get an error message on the atom type, you also can try <nowiki>
*If you get an error message on the atom type, you also can try&nbsp;
        patch cipp
<pre> patch cipp
             reference=nil=( resid 90 )
             reference=nil=( resid 90 )
         end  
         end </pre>  
</nowiki>
*For neutral - and -protonated histidines add these lines in <tt>generate_mtf.inp</tt> before the WRITE command
* For neutral N&epsilon;- and N&delta;-protonated histidines add these lines in <tt>generate_mtf.inp</tt> before the WRITE command <bt _moz-userdefined=""></bt> <nowiki>
<pre> patch hise
        patch hise
             reference=nil=( resid 40 )
             reference=nil=( resid 40 )
         end
         end
         patch hisd
         patch hisd
             reference=nil=( resid 65 )
             reference=nil=( resid 65 )
         end  
         end </pre>  
</nowiki>
*For dimer refinement, add a line containing only <tt>TER</tt> between two monomer unit coordinates in the PDB conformer that is defined in <tt>generate_mtf_cis.inp</tt> as input file.
* For dimer refinement, add a line containing only <tt>TER</tt> between two monomer unit coordinates in the PDB conformer that is defined in <tt>generate_mtf_cis.inp</tt> as input file. <p> </p> <p> </p>
 
</li> <li> Rebuilding hydrogen atom positions for each structure. <br /> Modify input file <tt>rebuild.inp</tt> and then run <tt>cns &lt; rebuild.inp &gt; rebuild.log</tt>  
'''<br>'''
* Modify input files path and name base on induvidual target as follow:<bt _moz-userdefined=""></bt> <nowiki>
 
...
'''2.&nbsp; Rebuilding hydrogen atom positions for each structure. '''<br>&nbsp;&nbsp;&nbsp; Modify input file <tt>rebuild.inp</tt> and then run <tt>cns &lt; rebuild.inp &gt; rebuild.log</tt>  
evaluate ($mtf_file="ufc1_1.mtf")
 
evaluate ($pdbname_in="../convertion_scripts/ufc1")
*Modify input files path and name base on induvidual target as follows:&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
evaluate ($pdbname_out="ufc1_rb")
<pre> ...
evaluate ($number_of_struct= 20 )
evaluate ($mtf_file="ufc1_1.mtf")
...
evaluate ($pdbname_in="../convertion_scripts/ufc1")
evaluate ($topol_p_file="/san/user/gliu2/u2/cns/cns/cns_scripts/topallhdg5.3.pro")
evaluate ($pdbname_out="ufc1_rb")
evaluate ($param_p_file="/san/user/gliu2/u2/cns/cns/cns_scripts/parallhdg5.3C.pro")
evaluate ($number_of_struct= 20 )
...
...
</nowiki>
evaluate ($topol_p_file="/san/user/gliu2/u2/cns/cns/cns_scripts/topallhdg5.3.pro")
* Requires these files <p> </p>
evaluate ($param_p_file="/san/user/gliu2/u2/cns/cns/cns_scripts/parallhdg5.3C.pro")
** [[NESG:%ATTACHURL%/parallhdg5.3C.pro|parallhdg5.3C.pro]]: CNS parameter file
...
** [[NESG:%ATTACHURL%/topallhdg5.3.pro|topallhdg5.3.pro]]: CNS topology file<bt _moz-userdefined=""><bt _moz-userdefined=""> </bt></bt>
</pre>  
</li> <li> Refining structures with explicit water.  
*Requires these files:
* Running <tt>CNS</tt> on workstation with single processor, modify input file <tt>re_h2oc.inp</tt> and then run <tt>cns &lt; re_h2oc.inp &gt; h2o.log</tt>  
*[[Media:Parallhdg5.3C.pro|parallhdg5.3C.pro]]: CNS parameter file  
** Modify input files path and name base on induvidual target as follow:<bt _moz-userdefined=""></bt> <nowiki>
*[[Media:Topallhdg5.3.pro|topallhdg5.3.pro]]: CNS topology file
...
 
evaluate ($mtf_file="ufc1_1.mtf")
'''3. Refining structures with explicit water.'''
evaluate ($noe_file="../noe.tbl")
 
evaluate ($dihe_file="../aco.tbl")
*Running <tt>CNS</tt> on workstation with single processor, modify input file <tt>re_h2oc.inp</tt> and then run <tt>cns &lt; re_h2oc.inp &gt; h2o.log</tt>  
evaluate ($hb_file="../hbond.tbl")
*Modify input files path and name base on induvidual target as follows:
evaluate ($pdbname_in="ufc1_rb")
<pre> ...
evaluate ($pdbname_out="ufc1_ref")
evaluate ($mtf_file="ufc1_1.mtf")
evaluate ($number_of_struct= 20 )
evaluate ($noe_file="../noe.tbl")
...
evaluate ($dihe_file="../aco.tbl")
</nowiki>
evaluate ($hb_file="../hbond.tbl")
** Modify the weight of energy contribution part if necessary, e.g. use 2x to 10x of the following scales <bt _moz-userdefined=""></bt> <nowiki>
evaluate ($pdbname_in="ufc1_rb")
  scale ambi 50
evaluate ($pdbname_out="ufc1_ref")
    scale dist 50
evaluate ($number_of_struct= 20 )
    scale hbond 50
...</pre>  
end
*Modify the weight of energy contribution part if necessary, e.g. use 2x to 10x of the following scales:
restraints dihedral
<pre> scale ambi 50
      scale=200
scale dist 50
end
scale hbond 50
</nowiki>
end
* Requires  
restraints dihedral
** [[NESG:%ATTACHURL%/parallhdg5.3C.pro|parallhdg5.3C.pro]]: CNS parameter file
scale=200
** [[NESG:%ATTACHURL%/topallhdg5.3.pro|topallhdg5.3.pro]]: CNS topology file
end</pre>  
** [[NESG:%ATTACHURL%/topallhdg5.3.sol|topallhdg5.3.sol]]: CNS solvent topology file
*Requires  
** [[NESG:%ATTACHURL%/parallhdg5.3.sol|parallhdg5.3.sol]]: CNS solvent parameter file
**[[Media:Parallhdg5.3C.pro|parallhdg5.3C.pro]]: CNS parameter file  
** [[NESG:%ATTACHURL%/boxtyp20.pdb|boxtyp20.pdb]]: Water box
**[[Media:Topallhdg5.3.pro|topallhdg5.3.pro]]: CNS topology file  
** [[NESG:%ATTACHURL%/generate_water.cns|generate_water.cns]]: CNS protein solvation script
**[[Media:Topallhdg5.3.sol|topallhdg5.3.sol]]: CNS solvent topology file  
** [[NESG:%ATTACHURL%/print_coorheader.cns|print_coorheader.cns]]: CNS script<bt _moz-userdefined=""><bt _moz-userdefined=""> </bt></bt>
**[[Media:Parallhdg5.3.sol|parallhdg5.3.sol]]: CNS solvent parameter file  
* Run CNS on workstation with multiple processors. <br /> CNS will refine each conformer independently and in parallel, it will be much faster if 20 conformer were refined in parallal at u2.ccr.buffalo.edu.  
**[[Media:Boxtyp20.pdb|boxtyp20.pdb]]: Water box  
## Run cns_convertion as descibed above
**[[Media:Generate_water.cns|generate_water.cns]]: CNS protein solvation script  
## Go to cns_scripts directory, modify input file <tt>generate_mtf_cis.inp</tt> and then run =cns &lt; generate_mtf_cis.inp = as described above
**[[Media:Print_coorheader.cns|print_coorheader.cns]]: CNS script  
## Run macro <tt>getfil</tt> <nowiki>
*Run CNS on workstation with multiple processors. <br> CNS will refine each conformer independently and in parallel, it will be much faster if 20 conformer were refined in parallal at u2.ccr.buffalo.edu.
cp ../convertion_scripts/noe.tbl .
 
cp ../convertion_scripts/hbonds.tbl .
&nbsp;&nbsp;&nbsp; 1.&nbsp; Run cns_convertion as descibed above &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
cp ../convertion_scripts/aco.tbl .
 
cp ufc1_1.mtf com/.
&nbsp;&nbsp;&nbsp; 2.&nbsp; Go to cns_scripts directory, modify input file <tt>generate_mtf_cis.inp</tt> and then run =cns &lt; generate_mtf_cis.inp = as described above &nbsp;&nbsp;&nbsp;
</nowiki>
 
## Modify input file <tt>rebuild.inp</tt> and then run <tt>cns &lt; rebuild.inp</tt> as described above.
&nbsp;&nbsp;&nbsp; 3.&nbsp; Run macro <tt>getfil</tt>  
## Modify input file <tt>re_h2oc.inp</tt> as described above, remember to set <tt>$number_of_struct = 20</tt>.
<pre> cp ../convertion_scripts/noe.tbl .
## Run macro <tt>subaba</tt> <nowiki>
cp ../convertion_scripts/hbonds.tbl .
#bash
cp ../convertion_scripts/aco.tbl .
for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
cp ufc1_1.mtf com/.</pre>  
do
&nbsp;&nbsp;&nbsp; 4.&nbsp; Modify input file <tt>rebuild.inp</tt> and then run <tt>cns &lt; rebuild.inp</tt> as described above.  
mkdir ref$i
 
cd ref$i
&nbsp;&nbsp;&nbsp; 5.&nbsp; Modify input file <tt>re_h2oc.inp</tt> as described above, remember to set <tt>$number_of_struct = 20</tt>.  
cp ../com/* .
 
cp ../jan24/ufc1_rb_$i.pdb ufc1_rb_1.pdb
&nbsp;&nbsp;&nbsp; 6.&nbsp; Run macro <tt>subaba</tt>
qsub cns.sc
 
  cd ..
<code></code>  
<pre> #bash
for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
do
mkdir ref$i
cd ref$i
cp ../com/* .
cp ../jan24/ufc1_rb_$i.pdb ufc1_rb_1.pdb
qsub cns.sc
cd ..
 
donedone</pre>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; where <tt>cns.sc</tt> is a PBS macro used to submit CNS job by using PBS:
<pre> #!/bin/csh
#PBS -m e
#PBS -q short_c
#PBS -l nodes=1:GM:ppn=1
#PBS -l walltime=00:56:00
#PBS -o out1
#PBS -j oe
#PBS -N clean1
cd $PBS_O_WORKDIR
echo "working directory = "$PBS_O_WORKDIR
set NN = `cat $PBS_NODEFILE | wc -l`
echo "NN = "$NN
# Run Job
cns &lt; re_h2oc.inp
echo "ALL Done!"</pre>
&nbsp;&nbsp;&nbsp; 7.&nbsp; Run <tt>getpdb</tt> to collect refined structures.
<pre> #bash
for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
do
cd ref$i
cp ufc1_ref_1.pdb ../pdb/ufc1_ref_$i.pdb
cp ufc1_ref_1.vio ../pdb/ufc1_ref_$i.vio
cd ..
done</pre>
&nbsp;&nbsp;&nbsp; 8. Run script [[Media:Agrupa.txt|Agrupa]] to put all 20 conformers into a single PDB file.<tt></tt>
<pre> Agrupa ufc1_ref*.pdb &gt; ufc1all.pdb</pre>
=== '''Running CNS for Proteins with Metal Ions'''  ===


donedone</nowiki> where <tt>cns.sc</tt> is a PBS macro used to submit CNS job by using PBS: <br /><nowiki>
The CNS refinement for proteins with metal ions can also be performed with the new WaterrefCNS script, using the appropriate metal ion nomenclature in both the pdb coordinates and distance constraints.
#!/bin/csh
#PBS -m e
#PBS -q short_c
#PBS -l nodes=1:GM:ppn=1
#PBS -l walltime=00:56:00
#PBS -o out1
#PBS -j oe
#PBS -N clean1
cd $PBS_O_WORKDIR
echo "working directory = "$PBS_O_WORKDIR
{| border="1"
|-
set NN = `cat $PBS_NODEFILE || wc -l`
|}


echo "NN = "$NN
For manual CNS refinement please do the refinement as following:  
# Run Job
cns < re_h2oc.inp
echo "ALL Done!"
</nowiki>
## Run <tt>getpdb</tt> to collect refined structures. <nowiki>
#bash
for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
do
cd ref$i
cp  ufc1_ref_1.pdb ../pdb/ufc1_ref_$i.pdb
cp ufc1_ref_1.vio ../pdb/ufc1_ref_$i.vio
cd ..
done
</nowiki>
## Run script [[NESG:%ATTACHURL%/Agrupa|Agrupa]] to put all 20 conformers into a single PDB file. <br /> to run: <tt>Agruba ufc1_ref*.pdb &gt; ufc1all.pdb</tt>


== '''Running CNS for Protein with Metal Ions''' ==
1.&nbsp; Set environment for CNS1.1 by run source /farm/users/gliu/alias.cns  
The CNS refinement for protein with metal ions can be performed with the new WaterrefCNS script, before the new !waterrefCNS available, please do the refinement as following: <br />
<pre>      alias cns1 /farm/software/cns/cns_solve_1.1/intel-i686-linux_g77/bin/cns
# Set environment for CNS1.1 by run source /farm/users/gliu/alias.cns<br /><nowiki>      alias cns1 /farm/software/cns/cns_solve_1.1/intel-i686-linux_g77/bin/cns
       setenv CNS_TOPPAR /farm/data/gliu/cns1/</pre>  
       setenv CNS_TOPPAR /farm/data/gliu/cns1/</nowiki> In addition to the topology and parameter files, the metal ion parameter file <tt>ion.top</tt> is required. An example can be found in "/farm/users/gliu/projects/cns_cuttha_cis" with all required input files.
In addition to the topology and parameter files, the metal ion parameter file <tt>ion.top</tt> is required. An example can be found in "/farm/users/gliu/projects/cns_cuttha_cis" with all required input files. 2.&nbsp; Prepared required files as described above (final.tbl, final cns format PDB files and put in xplorPDB dir with name as sa_#.pdb) except the PDB file should include the metal ions with format according to [http://www.nsm.buffalo.edu/Chem/HTP_twiki43/bin/view/NESG/CNS CNS] library <tt>ion.top</tt>. cp sa_1.pdb as&nbsp; template.pdb, input files for creating mtf file Note that alignment is important. eg:  
# Prepared required files as described above (final.tbl, final cns format PDB files and put in xplorPDB dir with name as sa_#.pdb) except the PDB file should include the metal ions with format according to CNS library <tt>ion.top</tt>. cp sa_1.pdb as template.pdb, input files for creating mtf file Note that alignment is important. eg:<br /><nowiki>ATOM  1249  OT2 ALA    83      69.296  13.232  5.744  1.00  0.00
<pre>ATOM  1249  OT2 ALA    83      69.296  13.232  5.744  1.00  0.00
ATOM  1250 ZN+2 ZN2  150      63.086  13.789 -10.407  1.00  0.00      zinc</nowiki>
ATOM  1250 ZN+2 ZN2  150      63.086  13.789 -10.407  1.00  0.00      zinc</pre>  
# Run generate_h2o.inp once to create temp_h2o.pdb and temp_h2o.mtf. The extra proton atom in the ligand residues, eg. HIS HD1 or CYS S, are removed by editing the generate_h2o.inp; cis proline is also defined here in the generate_h2o.inp (resid is the residue number prior the proline). <br /><nowiki>{* any special prosthetic group patches can be applied here *}
3.&nbsp; Run generate_h2o.inp once to create temp_h2o.pdb and temp_h2o.mtf. The extra proton atom in the ligand residues, eg. HIS HD1 or CYS S, are removed by editing the generate_h2o.inp; cis proline is also defined here in the generate_h2o.inp (resid is the residue number prior the proline).  
{===>}
<pre>{* any special prosthetic group patches can be applied here *}
{===&gt;}
delete select (name hg and resname cys and resid 61) end
delete select (name hg and resname cys and resid 61) end
delete select (name hg and resname cys and resid 85) end
delete select (name hg and resname cys and resid 85) end
Line 279: Line 342:
  patch cisp
  patch cisp
           reference=1=( resid 13 )
           reference=1=( resid 13 )
  end</nowiki>
  end</pre>  
# Edit generate_1.inp to remove the extra proton as did above.
4.&nbsp; Edit generate_1.inp to remove the extra proton as did above.  
# Run generate_20.com, this will run generate_#.inp 20 times, updating each pdb number and this creates cnsPDB/sa_cns_#.pdb
 
# Edit and run re_h2o_cu.inp, the refined pdb is kept in refinedPDB, or
5.&nbsp; Run generate_20.com, this will run generate_#.inp 20 times, updating each pdb number and this creates cnsPDB/sa_cns_#.pdb  
# use subcns to submit cns refinement by using PBS: eg, type "sh subcns". Before run subcns , make a folder " com" contains the following file. Type getpdb to get refined pdb files in refinedPDB after it finished.  
 
## cns.sc: PBS submission
6.&nbsp; Edit and run re_h2o_cu.inp, the refined pdb is kept in refinedPDB, or  
## cutc_h2o.mtf: mtf file created as descrive above
 
## topology and parameter files: parallhdg5.3C.pro, parallhdg5.3.pro, topallhdg5.3.pro
7.&nbsp; Use subcns to submit cns refinement by using PBS: eg, type "sh subcns". Before run subcns , make a folder " com" contains the following file. Type getpdb to get refined pdb files in refinedPDB after it finished.  
## re_h2o_cu.inp: input file for cns refinement
 
*cns.sc: PBS submission  
*cutc_h2o.mtf: mtf file created as descrive above  
*topology and parameter files: parallhdg5.3C.pro, parallhdg5.3.pro, topallhdg5.3.pro  
*re_h2o_cu.inp: input file for cns refinement<br>
 
<br>
 
=== '''Updated WaterRefCNS script at CABM for use with RDC constraints, metal ions, and dimers'''  ===
 
In 2011 the WaterRefCNS script was updated by Roberto Tejero.&nbsp; The current implementation uses CNS 1.3 and is capable of performing CNS&nbsp;water refinements including RDC&nbsp;constraints, metal ions constraints and on dimers.
 
There are new defaults for the molecular dynamics steps.&nbsp; Again, at CABM&nbsp;we typically run calculations on master3.&nbsp; Here is the list of options and flags, and how the program is launched.&nbsp; Input files can be prepared using the
 
[http://www.nmr2.buffalo.edu/nesg.wiki/PdbStat PdbStat] program.
<pre>      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        WaterRefCNS -- a tool to launch structure refinement with water
                                                --Roberto Tejero, 2011
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Usage: /farm/software/WaterRefinement_cns/WaterRefCNS -na NamProt -que [PBS|No] -pro [xpl|cns]
** Full set of options [not all are needed for a perfect run, use defaults]
PROTEIN NAME
    -di              for dimers
    -na  NamProt      Name of the protein (required!)
    -seed &lt;int&gt;      Seed for random number generator (optional), (def. 31415)
QUEUE SYSTEM AND PROTOCOL
    -pr  [cns|xpl]    Protocol to use, X-POR, CNS                          def cns 
    -qu  [PBS|NO]    Que system to use, one of PBS or NOQUE                def NOQUE
PATCHES - SPECIAL RESIDUES
    -ci  n1,n2,..    CIS pep info (PRO res. num) in comma separated list, i.e 56,89 
    -cysn n1,n2,..    CYHN pep (deprotonated SG CYS) res. num in comma separated list, i.e 10,65
    -hisd n1,n2,..    HISD pep info (HIS res num) in comma separated list, i.e 12,43 
    -hise n1,n2,..    HISE pep info (HIS res num) in comma separated list, i.e 25,67 
                                        CYANA    CNS/X-PLOR                         
                                        ~~~~~    ~~~~~~~~~~~                       
                                          HIST      HISE    (HIS with no HD1)     
                                          HIS        HISD    (HIS with no HE2)     
                                          HIS+      HIS      (HIS with both protons)
                                                                                     
    -ss  n1-n2,n3-n4  S-S bridge info in comma separated, dash-separated pairs, i.e. 2-24,30-40 
MOLECULAR DYANMICS
    -av  [center|sum] average for the distance restraints (for CNS, XPLOR)  def sum 
    -cool N          number of cycles for cooling stage,  default is 100 
    -heat N          number of cycles in heating stage,  default is 200   
    -hot  N          number of cycles in HOT stage, default is 1000       
    -par &lt;string&gt;    nonbonded params, one of OPLSX|PARAM19|PARMALLH6|CONTACT (def. PARAM19)
    -sca  N          Scale terms (noe, dihe, hbond) by xN times        (def. 1.0)
    -tsc  &lt;real&gt;      time step for cooling dynamics    (def. 0.003)
    -tsh  &lt;real&gt;      time step for heating dynamics    (def. 0.004)
    -tsr  &lt;real&gt;      time step for hot stage  dynamics (def. 0.004)
RDC DATA
    -DaR1  da,r      Da and R for media 1, comma separated values -- overrides automatic detection 
    -DaR2  da,r      Da and R for media 2, comma separated values -- overrides automatic detection 
    -wrdc1 &lt;real&gt;    final weight --ksani1-- for RDC set 1  (def. 0.3)
    -wrdc2 &lt;real&gt;    final weight --ksani2-- for RDC set 2  (def. 0.3)
SYMMETRY
    -sym  &lt;string&gt;    Activates symmetry, string can be:  all | 2:50,52:70 
    -wncsi &lt;real&gt;    Initial weight for NCS symmetry statement  (def 1.0) 
    -wncsf &lt;real&gt;    Final weight for NCS symmetry statement    (def 20.0)
HELP - INFO
    -he              Display this help message 
    -req              Shows the requirements to run this script
    -res              Displays a short guide to results (file BeSureToReadme)
Examples:
      /farm/software/WaterRefinement_cns/WaterRefCNS -na RTT01 -di -que no -pr cns -ci 22 -hisd 12,42 -cysn 50,89 -wrdc1 1.5 -tsc 0.001
 
 
</pre>
Some specific comments:
 
1.&nbsp; For calculations using RDC constraints: by default the program uses the Da and R for each individual model in the ensemble.&nbsp; One can override this and enforce a "global" Da an R using the flag: "-DaR1 da,r".&nbsp;
 
2.&nbsp; One can also manually adjust the relative weights of the RDCs from different alignments using the "-wrdc1" command.&nbsp; This is often useful when dealing with RDCs from PAG.
 
3.&nbsp; Dimers are specified using the flag "-di". <br>
 
4.&nbsp; For metal ion constraints, if the constraint file is made using PdbStat be sure to check that the metal ion residue number and charge are correct (see previous section).
 
== '''CNS Refinement with RDC constraints, metal ions using FMCGUI at Arrowsmith lab, UofT'''  ==
 
<font face="Arial, sans-serif"><font size="4">'''Step 1. Input files.'''</font></font>
 
<br>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">In order to perform water refinement using FMCGUI the following files should be prepared/available:</font></font>
 
<br>
 
*<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">structure file</font></font>
 
*<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">distance constraints file</font></font>
 
*<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">dihedral angles constraints file</font></font>
 
<br> <br>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">User can include in the refinement the following additional constrains/data as well:</font></font>
 
<br>
 
*<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">hydrogen bond constraints file</font></font>
 
*<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">RDC data collected in different media; (up to 3 media are allowed)</font></font>
 
*<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">Zinc ions</font></font>
 
<br> <br>
 
<br>
 
#<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">Structure file and constraints file format.</font></font><br>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">It is expected that the structural, distance constraints, and dihedral angle constraints files are available as output of CYANA2.1 /CYANA3.0 structure calculations. The format of these files correspond to the format of</font></font><font color="#0000ff"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">'final.pdb'</font></font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">, 'f</font></font><font color="#0000ff"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">inal.upl</font></font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">', and '</font></font><font color="#0000ff"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font size="2">talos</font>.aco'</font></font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">ouput files. At the same time, these files could be loaded in FMCGUI in CNS/XPLOR format as well. It should be noted that structural file should contain key word MODEL that separate lines corresponding to different structural models.</font></font></font></font>
 
<u>''<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">Example.</font></font></font></font>''<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"></font></font></font></u><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">PDB file in CNS format:</font></font></font></font>
 
<br>
 
[[Image:Wrf20.jpeg]]
 
&nbsp;<br>
 
&nbsp; 2. <font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">RDC data format</font></font><br>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">The RDC data can be used in CYANA or PALES formats. One can use RDC data collected in up to 3 media. All data from the same media should be included in the same file. When data are prepared in PALES format than a file should contain data only from one media. When using CYANA3 format, data from different media can be included in one file</font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">(See Examples r1,and r2).</font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font><br>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">''<u>Example r1.</u>''</font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">RDC data in CYANA3 format.</font></font></font></font>
 
<br>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">This example present file with HN and NC rdc's measured in 2 different media.</font></font></font></font>
 
<br>
 
[[Image:Wrf5.jpg]]<br>
 
<br>
 
<br>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">''<u>Example r2</u>''</font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">. RDC data in PALES format.</font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">This example present file with HN, CCA, and NC rdc's measured in 1 media.</font></font></font></font>
 
[[Image:Wrf6.jpg]]
 
<br>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">&nbsp;3.&nbsp; Zinc ligands file format.</font></font><br>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">The Zinc-ligands file contains list of residues that coordinate each of Zinc ions present in the structure. There could be 3 or 4 Zinc ligands for one Zinc ion. Possible types of residues that coordinate Zinc ion are CYS, HIS, ASP, and GLU.</font></font>&nbsp; <font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">(See Example z1)</font></font><br>
 
<br>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">''<u>Example z1</u>''</font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">. Zinc- ligands file.</font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font>
 
[[Image:Wrf7.jpg]]
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">This file indicate that there are 2 Zinc ions, one Zinc is coordinated by 4 residues 21, 26, 31, and 34 while the other Zinc is coordinated by 3 residues 48, 52, and 62</font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">This Zinc-file could be created using FMCGUI command [</font></font><font color="#993366"><font face="Times New Roman, serif"><font size="3">'''Structure&gt;Add ZN ligands'''</font></font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">]:</font></font></font></font>
 
<br>
 
[[Image:Wrf8.jpg]]<br>
 
<br>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">User have to type IDs of residues that ligate zinc ion into the popped up entry window “ZN ligands” (see Figure). If there are a few zinc ions, information for each ion should be provided in a separate row.</font></font>
 
<br>
 
<br>
 
<font face="Arial, sans-serif"><font size="4">'''Step 2. Setting up water refinement calculations using FMCGUI.'''</font></font>
 
<br>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US">2.1
Open new project [</span></font></font><font color="#993366"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US">'''Project&gt;new'''</span></font></font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US">]
or load  the old one [</span></font></font><font color="#993366"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US">'''Project&gt;load'''</span></font></font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US">]</span></font></font>
 
<br>
 
<br>
 
2.2&nbsp;&nbsp; <font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US"><span style="font-weight: normal;">Select
command</span></span></font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US">
[</span></font></font>'''<font color="#993366"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">Structure&gt;Water Refinement&gt;calculate</font></font></font>'''<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">]</font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">[[Image:Wrf14.jpg]]</font></font>
 
<br> <br>
 
<br>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">The popped up “Water Refinement” window where user is asked to select a number of files with coordinates and constraints (see Figure). The entry fields marked in read (PDB file, Distance constraints, and Dihedral angle constraints) should be specified while the others could be left blank. In addition to coordinates and constraints, user can indicate cisProline residues (if there are any) and to specify singly protonated HIS residues that are double protonated by default.</font></font>
 
<br>
 
[[Image:Wrf18.jpeg]]<br>
 
<br>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">By pressing OK button in “water Refinement” window a new “Parameters” window</font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">will pop up. User have to specify</font></font>
 
*<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">name of the water refinement directory</font></font>
 
*<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">flag for distance constraints transformation (could be 1 or 2).&nbsp;</font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">If the flag for distance constraints transformation is set to 2 then no change in the upper distance limit is performed. If the flag is set to 1 (default value), then the upper distance limits are modified by classifying each constraint in one of the 4 classes – strong, medium, weak and very weak</font></font>
 
*<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US">force constants for RDC constraints (if there are any) on the final stage of the refinement protocol.&nbsp;</span></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<br> [[Image:Wrf10.jpg]]<br>
 
<br>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">Pressing OK button starts the setup of water refinement calculations using provided information the specified directory.</font></font>
 
<br>
 
[[Image:Wrf16.jpg]]<br>
 
<br>
 
<br>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">The set up consists of the following operations:</font></font>
 
*<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">Splitting structure file in a number of separate files for each model. The atom names are changed from CYANA to CNS nomenclature.</font></font>
 
*<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">Transforming dihedral angle constraints from CYANA to CNS format. (If constraints are provided in CNS format then no transformation is performed).</font></font>
 
*<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">Transforming distance NOE constraints from CYANA format to CNS format. This transformation includes changing atom names from CYANA to CNS nomenclature. If the flag for distance constraints transformation is set to 2 then no change in the upper distance limit is performed. If the flag is set to 1 (default value), then the upper distance limits are modified by classifying each constraint in one of the 4 classes – strong, medium, weak and very weak.</font></font>
 
*<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">Transforming Hbond constraints (if any) from CYANA format to CNS format</font></font>
 
*<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">Generating mtf-file for CNS calculations</font></font>
 
*"Repairing" each input structure in accord with the mtf-file&nbsp;
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
*<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">Generating RDC constraints, a separate file for each media</font></font>
 
*<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">Estimating Da and R of alignment tensor for each media. This is performed by fitting RDC data to each model structure using program PALES, with subsequent averaging of the fitting results.</font></font>
 
*<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US">Generating CNS script "re_h2o*_tmpl.inp" for the refinement calculations
</span></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<br>
 
<br>
 
<br>
 
<br>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font>
 
<font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><br></font></font>
 
<br> <font face="Arial, sans-serif"><font size="4">'''Step 3.&nbsp; Water refinement calculations using CNS.'''</font></font>
 
<br>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span style="font-weight: normal;">In a separate terminal, go to the refinement directory and run the nely generated python script
“</span></font></font><font color="#0000ff"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span style="font-weight: normal;">run_refine.py</span></font></font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span style="font-weight: normal;">”.</span></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">This script will start N jobs in parallel, where N is the number of structural models to refine. The number of structures and the number of processor to use in the calculations can be specified by making modification of the top lines in script “</font></font><font color="#0000ff"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span style="font-weight: normal;">run_refine.py</span></font></font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span style="font-weight: normal;">”.
If user want to reset the values for some refinement parameters, for
example the values of Da and R, it could be done by modifying
corresponding lines in the header of the CNS script
</span></font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US"><span style="font-weight: normal;">“</span></span></font></font><font color="#0000ff"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US"><span style="font-weight: normal;">re_h2o*_tmpl.inp</span></span></font></font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US"><span style="font-weight: normal;">”.
</span></span></font></font></font></font>
 
<br>
 
<font face="Arial, sans-serif"><font size="4">'''Step 4. Summarizing results of refinement using FMCGUI.'''</font></font> <br>
 
<br>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US">Open
new project [</span></font></font><font color="#993366"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US">'''Project&gt;new'''</span></font></font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US">]
or load  the old one [</span></font></font><font color="#993366"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US">'''Project&gt;load'''</span></font></font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US">]</span></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><br></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US"><span style="font-weight: normal;">Select
command</span></span></font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US"> </span></font></font></font></font></font></font><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US">[</span></font></font><font color="#993366"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US">'''Structure&gt;Water Refinement&gt;summary'''</span></font></font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US">]&nbsp;&nbsp;&nbsp;&nbsp;</span></font></font></font></font></font></font><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</font></font></font></font></span></font></font></font></font></font></font><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><br></font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">[[Image:Wrf14.jpg]]</font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">In the popped up “Water refinement summary” window user will be asked to specify residues used for structure superposition and to select the water refinement directory “WATDIR” were the refinement calculations were made.</font></font></font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><br></font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font>[[Image:Wrf19.jpg]]
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">The refined structural models will be superimpose and combined in one file. The created summary reports values of different energy components and constraint violation statistic for each structural model. A new directory “WATDIR_results” will be created, where WATDIR is the name of selected water refinement directory. The new directory contains final superimposed coordinates, distance and dihedral angle constrains in a format suitable for PDB deposition, summary and constraint violations reports, files</font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US"><span style="font-weight: normal;">“</span></span></font></font><font color="#0000ff"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US"><span style="font-weight: normal;">final_cns_summary</span></span></font></font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US"><span style="font-weight: normal;">”
and “</span></span></font></font><font color="#0000ff"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US"><span style="font-weight: normal;">final_violations</span></span></font></font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US"><span style="font-weight: normal;">”
respectively. (See examples S1 and S2)</span></span></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><br></font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><span lang="en-US">''<u><span style="font-weight: normal;">Example</span></u>'' <u>S1</u></span><u>.</u> File "final_cns_summary"&nbsp;</font></font></font></font></font></font></font></font></font></font></font></font></font></font><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><br></font></font></font></font></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">The file shows the total energy, energy components, and number of constraints violations for each refined structure as well as corresponding average over all structures values.</font></font></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><u><br></u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><u>[[Image:Wrf12.jpg]]<br></u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><u><br></u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
 
<u>''<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">ExampleS2.</font></font></font></font></font></font></font></font></font></font></font></font></font></font></font></font>''<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Arial, sans-serif"></font></font></font></font></font></font></font></font></font></font></font></font></font></font></font></u><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">File “</font></font><font color="#0000ff"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">final_violations</font></font></font><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">”</font></font></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">The file contains a list of all constraints violated in at least one structural model. For each constraint the the number of structural models that violate the&nbsp; constraint is shown.</font></font></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><u><br></u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><u>[[Image:Wrf11.jpg]]<br></u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><u><br></u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><u><br></u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><u><br></u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><u></u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
 
== <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><u>'''Files for Download'''</u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>  ==
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">
#<u>[[Media:AtomtransC.tbl|atomtransC.tbl]]: atom name translation table</u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
 
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">
#<u>[[Media:Agrupa.txt|Agrupa]]: script for concatenating pdb coordinate files into one file</u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>


Note: Example files can be downloaded from below:
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">
#<u>[[Media:Parallhdg5.3C.pro|parallhdg5.3C.pro]]: CNS parameter file</u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>


-- Main.GaohuaLiu - 29 Jan 2007
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">
#<u>[[Media:Topallhdg5.3.pro|topallhdg5.3.pro]]: CNS topology file</u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>


* [[NESG:%ATTACHURL%/atomtransC.tbl|atomtransC.tbl]]: atom name translation table
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">
#<u>[[Media:Topallhdg5.3.sol|topallhdg5.3.sol]]: CNS solvent topology file</u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>


* [[NESG:%ATTACHURL%/parallhdg5.3C.pro|parallhdg5.3C.pro]]: CNS parameter file
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">
#<u>[[Media:Parallhdg5.3.sol|parallhdg5.3.sol]]: CNS solvent parameter file</u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>


* [[NESG:%ATTACHURL%/topallhdg5.3.pro|topallhdg5.3.pro]]: CNS topology file
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">
#<u>[[Media:Boxtyp20.pdb|boxtyp20.pdb]]: Water box</u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>


* [[NESG:%ATTACHURL%/topallhdg5.3.sol|topallhdg5.3.sol]]: CNS solvent topology file
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">
#<u>[[Media:Protein.link|protein.link]]: CNS peptide linkage definition file</u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>


* [[NESG:%ATTACHURL%/parallhdg5.3.sol|parallhdg5.3.sol]]: CNS solvent parameter file
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">
#<u>[[Media:Generate_water.cns|generate_water.cns]]: CNS protein solvation script</u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>


* [[NESG:%ATTACHURL%/boxtyp20.pdb|boxtyp20.pdb]]: Water box
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">
#<u>[[Media:Print_coorheader.cns|print_coorheader.cns]]: CNS script</u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>


* [[NESG:%ATTACHURL%/protein.link|protein.link]]: CNS peptide linkage definition file
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">
#<u>[[Media:Cns_cabm.tar.gz|cns_cabm.tar.gz]]: CABM CNS refinement protocol</u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>


* [[NESG:%ATTACHURL%/generate_water.cns|generate_water.cns]]: CNS protein solvation script
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">
#<u>[[Media:WaterRefinement_UB.tar.Z|WaterRefinement_UB.tar.Z]]: CNS water refinement package - SUNY Buffalo</u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>


* [[NESG:%ATTACHURL%/print_coorheader.cns|print_coorheader.cns]]: CNS script
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">
#<u>[[Media:Cyana2cns.cya|cyana2cns.cya]]: CYANA script to convert coordinates and constrains to XPLOR/CNS format</u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>


* [[NESG:%ATTACHURL%/cns_cabm.tar.gz|cns_cabm.tar.gz]]: CABM CNS refinement protocol
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">
#<u>[[Media:Cu_cPro_cns_example.tar.gz|Cu_cPro_cns_example.tar.gz]]: Example of CNS refinment for protein with Cu and cis-Pro</u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>


* [[NESG:%ATTACHURL%/WaterRefinement_UB.tar.Z|WaterRefinement_UB.tar.Z]]: CNS water refinement package - SUNY Buffalo
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">
#<u>[[Media:Zn.tar|zn.tar]]: Exampleof CNS refinment for protein with zn (from Alex Lemark)</u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>


* [[NESG:%ATTACHURL%/cyana2cns.cya|cyana2cns.cya]]: CYANA script to convert coordinates and constrains to XPLOR/CNS format
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font> <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"></font></font></font></font></font></font></font></font></font></font></font></font></font></font>
</li></ol>
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;">
#<u>[[Media:Er317_2zn_CNSw_example.tar.gz|er317_2zn_CNSw_example.tar.gz]]: Example of CNS refinment for protein with zn (from Theresa Ramelot)</u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>  


* [[NESG:%ATTACHURL%/Cu_cPro_cns_example.tar.gz|Cu_cPro_cns_example.tar.gz]]: Exampleof CNS refinment for protein with Cu and cis-Pro
== <font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><u>'''References'''</u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>  ==


* [[NESG:%ATTACHURL%/zn.tar|zn.tar]]: Exampleof CNS refinment for protein with zn (from Alex Lemark)
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><u>[http://www.ncbi.nlm.nih.gov/pubmed/9757107?itool=EntrezSystem2.PEntrez.Pubmed.Pubmed_ResultsPanel.Pubmed_RVDocSum&ordinalpos=14 1.&nbsp; Brünger, A.T., Adams, P.D., Clore, G.M., DeLano, W.L., Gros, P., Grosse-Kunstleve, R.W., Jiang, J.-S., Kuszewski, J., Nilges, M., Pannu, N.S., Read, R.J., Rice, L.M., Simonson, T. and Warren,G.L. (1998) Crystallography &amp; NMR system: a new software suite for macromolecular structure determination. ''Acta Crystallogr. D54'', 905-921.]</u></font></font></font></font></font></font></font></font></font></font></font></font></font></font>


* [[NESG:%ATTACHURL%/er317_2zn_CNSw_example.tar.gz|er317_2zn_CNSw_example.tar.gz]]: Exampleof CNS refinment for protein with zn (from Theresa Ramelot)
<font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="4" style="font-size: 16pt;"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font color="#993366"><font face="Arial, sans-serif"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><font face="Courier New, monospace"><font size="2"><font face="Arial, sans-serif"><font size="2" style="font-size: 11pt;"><u><br></u> </font> </font> </font> </font> </font> </font> </font> </font> </font> </font> </font> </font> </font> </font>

Latest revision as of 23:08, 1 February 2013

Introduction

Crystallography & NMR System (CNS) is a program has been designed to provide a flexible multi-level hierachical approach for the most commonly used algorithms in macromolecular structure determination [1]. Functions include heavy atom searching, experimental phasing (including MAD and MIR), density modification, crystallographic refinement with maximum likelihood targets, and NMR structure calculation using NOEs, J-coupling, chemical shift, and dipolar coupling data.

The latest version is 1.21. Please check the website http://cns-online.org for additional information.

CNS Refinement Protocol

The final structure from CYANA should be refined using CNS energy minimization with explicit water before PDB deposition.

The common input files are:

  • PDB coordinates
  • NOE constraints
  • Dihedral angle constraints
  • Hydrogen bond constraints

Converting input files from CYANA to XPLOR/CNS

If the final structure calculation was performed with CYANA 2.1, then the constraint and coordinate files must be first converted to XPLOR/CNS format.

Using cyana2cns.cya script

This procedure can be used to prepare input files to use with the WaterRefCNS script (see below).

  1. Download cyana2cns.cya into directory with the final structure calculation.
  2. Modify the read pdb, read upl and read aco lines if necessary.
  3. Start CYANA 2.1 and run cyana2cns.cya.
  • All conformers will be stored in a single PDB file KKK.pdb. If you plan run water bath refinement manually, use the p2X program instead.
  • The resulting NOE constraint file KKK_noe.tbl will have all lower limits set to 0. If want them to be set according to VdW radii, use the r2X program instead. Experience shows that there is no significant effect on geometry and quality scores as reported by PSVS.

Using programs p2X and r2X and d2X

These programs were written by Alex Lemak at the University of Toronto. They are typically used to prepare input files for manual CNS water bath refinement.

Go to ~1_projects/targetID/structure/cns/ directory and conversion_scripts sub directory, convert required input files to CNS format from CYANA format by using macro mkfil

         p2X cyana2.pdb pref 
         r2X found-c.upl noeupl.tbl 
         r2X gr-hbonds.upl hbonds.tbl
         cat noeupl.tbl hbonds.tbl > noe.tbl 
         d2X found-c.aco aco.tbl 
  • p2X splits conformers from a pdb file generated by CYANA 2.1 into individual pdb files (one file per conformer) and converts atom names to CNS format. The second argument "pref" specifies a common prefix name for the output pdb files. It should be no more than 4 characters long.
  • r2X converts distance constraints (noe/hbond) from CYANA 2.1 format to CNS format. The lower limits in the resulting constraint file are set according to VdW radii.
    • Distance constraints obtained from CYANA macro caliba or calibration can be used as input files.
    • Distance constraints obtained from CYANA macro peak calibrate should have the pseudo-atom correction run before used as input files, run following commands under CYANA:
      read upl final.upl

distance correct write upl final_corrected.upl This, however, will not add corrections for multiplicity!

  • d2X, to run: d2X cyana2.aco cns.tbl This will convert angle constraints from CYANA format to CNS format. If you don't have any dihedral angle constrains, create an empty file.

Both p2X and r2X require a translation table file atomtransC.tbl.

If have used simplified pseudoatom names (H* instead of Q*) with option pseudo=2 in CYANA 2.1, you may first want to them before running p2X and r2X:

pseudo=0
 read upl noe.upl
 read pdb cyana2.pdb
 write upl out.upl
 write pdb out.pdb all

Note that pseudo=0 should be set before loading PDB and constraint files.

Conversion from DYANA

Use CYANA macro MigrateFromDyanaCyana1.cya to convert of data files from standard CYANA1.x or DYANA nomenclature to the standard IUPAC nomenclature used by CYANA, then do then same thing as above.

 translate dyana                         # use Cyana 1.x/Dyana nomenclature
 read seq demo-dyana.seq                 # read sequence from Cyana 1.x/Dyana
 read upl demo-dyana.upl unknown=warn    # read upper distance limits from Cyana 1.x/Dyana
 read aco demo-dyana.aco unknown=warn    # read angle restraints from Cyana 1.x/Dyana
 translate off                           # return to standard (IUPAC) nomenclature
 write demo-cyana.seq                    # save sequence in standard Cyana format
 write upl demo-cyana.upl                # save upper distance limits in standard Cyana format
 write aco demo-cyana.aco                # save angle restraints in standard Cyana format 


Running CNS using WaterRefCNS script at CABM

The WaterRefCNS script, developed at Rutgers University by Roberto Tejero, performs many of the above CNS water refinement protocols in an easy to use script with many user controled options.

To see a list of options type the command:

	WaterRefCNS

You will see a list of options and how the program is used.

     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        WaterRefCN -- a tool to launch structure refinement with water
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Usage: /farm/software/WaterRefinement_cns/WaterRefCNS -na NamProt -que [PBS|No] -pro [xpl|cns]
 
 ** Full set of options [not all are needed for a perfect run, use defaults]
 
   -na  NamProt      Name of the protein NOTE: this is mandatory, no default value 
   -qu  [PBS|NO]     Que system to use, one of PBS or NOQUE                def NOQUE
   -pr  [cns|xpl]    Protocol to use, X-POR, CNS                           def cns 
   -av  [center|sum] average for the distance restraints (for CNS, XPLOR)  def sum 
   -ci  n1,n2        CIS pep info (PRO res num) in comma separated list, i.e 56,89 
   -ss  n1-n2,n3-n4  S-S bridge info in comma separated, dash-separated pairs, i.e. 2-24,30-40 
   -he               Display this help message
   -hisd n1,n2       HISD pep info (HIS res num) in comma separated list, i.e 12,43
   -hise n1,n2       HISE pep info (HIS res num) in comma separated list, i.e 25,67
   -heat N           number of cycles in heating stage,  default is 200   
   -hot  N           number of cycles in HOT stage, default is 1000       
   -cool N           number of cycles for cooling stage,   default is 100 
   -sc  N            Scale all terms (noe, dihe, hbond) by xN times        def 1   
   -par string       Choice of nonbonded params, one of OPLSX|PARAM19|PARMALLH6|PROLSQ|CONTACT
                     default is OPLSX
   -seed <int>       Seed for random number generator,  default 31415     
 
 Examples:
      /farm/software/WaterRefinement_cns/WaterRefCNS -na SR358 -que no -pr cns -ci 22  

Given a protein name KKK, here are the input files required to run WaterRefCNS:

  •   pdb coordinates (in a single file) prepared in Xplor format using PdbStat.  The name of the file should be:  KKK.pdb
  •   an noe.tbl file in CNS format.  You can convert CYANA a final.upl file using PdbStat.  We typically add 10-15% to the upper limit and make the lower limit vdw, which is 1.8 Angstroms.  The name of this file should be:  KKK_noe.tbl
  •   a dihe.tbl file in CNS format.  Again, you can convert a CYANA .aco file using PdbStat.  The name of this file should be:  KKK_dihe.tbl
  •   an hbond.tbl file in CNS format (optional).  The name of this file should be:  KKK_bhond.tbl


In order to run WaterRefCNS on the CABM-NMR cluster:

  1. Log into hummer or master3
  2. go to the directory with the above 4 files
  3. type:
	/farm/software/WaterRefinement_cns/WaterRefCNS -na KKK -que PBS

and that's it.  If you have some CIS residue you add -ci NUMRES to the options above. If you want to have better vdw violation, you can add -par PARAM19 to the options above.

Future work:

Currently, the WaterRefCNS script does not support refinement with RDC's. 


WaterRefCNS at SUNY Buffalo

The CABM water refinement package was customized to run on computers at UB:

  • Fixed a bug in WaterRefCNS so that the assembled refined PDB structure file has a .pdb extension.
  • PBS queue submission code in WaterRefCNS modified for use on U2 cluster
  • Added -hisd and -hise options to use neutral histidine isoprotomers. This required modification of WaterRefCNS, cns_refine_h2o.inp and generate_h2o.inp.
  • Fixed a bug in the protein topology file topallhdg5.3.pro. The line atom CD1 type=CR1E charge=0.130 end in the HISE patch section was removed.
  • Fixed a bug that caused the order of conformers to be changed in the output PDB file by replacing the line $WATREFLIB/Agrupa *.pdb > All_${Name}_cns.pdb with $WATREFLIB/Agrupa `ls resa_?.pdb ; ls resa_??.pdb` > All_${Name}_cns.pdb in the WaterRefCNS script.

The modified package is installed in /nsm/chem/cen2/HTP2/3_src/WaterRefinement_cns on the local server and in /san/projects1/szypersk/src/WaterRefinement_cns on the U2 Linux cluster. Make sure that this directories is included in your path on spins* workstations and U2, respectively.

For reference, the download location is here: WaterRefinement_UB.tar.Z

The required files are:

  • PDB coordinates (with atom names in XPLOR/CNS format)
  • NOE constraints (in XPLOR/CNS format)
  • Dihedral angle constraints (in XPLOR/CNS format)
  • Hydrogen bond constraints (in XPLOR/CNS format)

Assuming that your coordinate file is called KKK.pdb, the constraint files should be named KKK_noe.tbl, KKK_dihe.tbl and KKK_hbond.tbl. If you don't have dihedral angle and/or hydrogen bond constraints, then create the corresponding empty files.

You may need to add a line like nassign=1000 at the top of the constraint files. The value should be equal to or greater than the number of constraints in the file.

WaterRefCNS assumes "sum of r-6" averaging by default. When using "center"-averaged UPLs (e.g. from caliba) add -av center when starting WaterRefCNS. For information on averaging conventions for calibration in CYANA see NOE Calibration in CYANA

It is recommended to run it on U2 Linux cluster. Examples:

  1. WaterRefCNS -na KKK -que PBS
  2. WaterRefCNS -na KKK -que PBS -ci 21,49
    residues 21 and 49 are cis-Pro
  3. WaterRefCNS -na KKK -que PBS -hise 40,82 -hisd 32,65
    residues 40 and 82 are ε-protonated neutral His
    residues 32 and 65 are δ-protonated neutral His
  4. WaterRefCNS -na KKK -que PBS -av center 
    for use with center-averaged calibration

To run on spins* Linux workstations without queue system use -que NO option instead of -que PBS option. The default is no queue system, so you can omit the -que option altogether.

Running WaterRefCNS

  1. Convert the coordinate and constraint files as described above.
  2. Copy the converted files into a CNS working directory on the U2 cluster or a workstation (e.g. structure/cns/calc1).
  3. Run the WaterRefCNS with the proper arguments.
  4. If the calculation was successful, the refined coordinate file will be stored in the refinedPDB subdirectory. Check the BeSureToREADME for details.

Running CNS "manually"

Go to ~1_projects/targetID/structure/cns/ directory and cns_scripts sub directory, follow the procedures as describe below.

1.  Generating MTF topology file from a PDB file.
    modify the header of the input file generate_mtf.inp and then run cns < generate_mtf.inp > mtf.log.

  • Modify input files path and name base on individual target as follows:
	...
	{in}       pdb_file="/san/user/gliu2/u2/cns/cns/convertion_scripts/ufc1_1.pdb";
	{in}       param_file="/san/user/gliu2/u2/cns/cns/cns_scripts/parallhdg5.3C.pro";
	{in}       topol_file="/san/user/gliu2/u2/cns/cns/cns_scripts/topallhdg5.3.pro";
	{in}       plink_file="/san/user/gliu2/u2/cns/cns/cns_scripts/protein.link";
	{out}       struct_file="ufc1_1.mtf"; 
	...
  • Requires these files:
  • parallhdg5.3C.pro: CNS parameter file
  • topallhdg5.3.pro: CNS topology file
  • protein.link: CNS peptide linkage definition file
  • For cis-Proline, define the residue Id of the residue prior to cis-Proline by additional lines in generate_mtf.inp before the WRITE command
	patch cisp
             reference=nil=( resid 90 )
         end 
  • If you get an error message on the atom type, you also can try 
	patch cipp
             reference=nil=( resid 90 )
         end 
  • For neutral Nε- and Nδ-protonated histidines add these lines in generate_mtf.inp before the WRITE command
	patch hise
             reference=nil=( resid 40 )
         end
         patch hisd
             reference=nil=( resid 65 )
         end 
  • For dimer refinement, add a line containing only TER between two monomer unit coordinates in the PDB conformer that is defined in generate_mtf_cis.inp as input file.


2.  Rebuilding hydrogen atom positions for each structure.
    Modify input file rebuild.inp and then run cns < rebuild.inp > rebuild.log

  • Modify input files path and name base on induvidual target as follows:      
	...
	evaluate ($mtf_file="ufc1_1.mtf")
	evaluate ($pdbname_in="../convertion_scripts/ufc1")
	evaluate ($pdbname_out="ufc1_rb")
	evaluate ($number_of_struct= 20 )
	...
	evaluate ($topol_p_file="/san/user/gliu2/u2/cns/cns/cns_scripts/topallhdg5.3.pro")
	evaluate ($param_p_file="/san/user/gliu2/u2/cns/cns/cns_scripts/parallhdg5.3C.pro")
	...

3. Refining structures with explicit water.

  • Running CNS on workstation with single processor, modify input file re_h2oc.inp and then run cns < re_h2oc.inp > h2o.log
  • Modify input files path and name base on induvidual target as follows:
	...
	evaluate ($mtf_file="ufc1_1.mtf")
	evaluate ($noe_file="../noe.tbl")
	evaluate ($dihe_file="../aco.tbl")
	evaluate ($hb_file="../hbond.tbl")
	evaluate ($pdbname_in="ufc1_rb")
	evaluate ($pdbname_out="ufc1_ref")
	evaluate ($number_of_struct= 20 )
	...
  • Modify the weight of energy contribution part if necessary, e.g. use 2x to 10x of the following scales:
 	scale ambi 50
	scale dist 50
	scale hbond 50
	end
	restraints dihedral
	scale=200
	end

    1.  Run cns_convertion as descibed above        

    2.  Go to cns_scripts directory, modify input file generate_mtf_cis.inp and then run =cns < generate_mtf_cis.inp = as described above    

    3.  Run macro getfil

	cp ../convertion_scripts/noe.tbl .
	cp ../convertion_scripts/hbonds.tbl .
	cp ../convertion_scripts/aco.tbl .
	cp ufc1_1.mtf com/.

    4.  Modify input file rebuild.inp and then run cns < rebuild.inp as described above.

    5.  Modify input file re_h2oc.inp as described above, remember to set $number_of_struct = 20.

    6.  Run macro subaba

	#bash
 	for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
	 do
	 mkdir ref$i
	 cd ref$i
	 cp ../com/* .
	 cp ../jan24/ufc1_rb_$i.pdb ufc1_rb_1.pdb
	 qsub cns.sc
	 cd ..

	donedone

              where cns.sc is a PBS macro used to submit CNS job by using PBS:

	#!/bin/csh
	#PBS -m e
	#PBS -q short_c
	#PBS -l nodes=1:GM:ppn=1
	#PBS -l walltime=00:56:00
	#PBS -o out1
	#PBS -j oe
	#PBS -N clean1
	 cd $PBS_O_WORKDIR
	 echo "working directory = "$PBS_O_WORKDIR
 	 set NN = `cat $PBS_NODEFILE | wc -l`
	 echo "NN = "$NN
	 # Run Job
	 cns < re_h2oc.inp
	 echo "ALL Done!"

    7.  Run getpdb to collect refined structures.

	#bash
 	for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
 	do
 	cd ref$i
 	cp  ufc1_ref_1.pdb ../pdb/ufc1_ref_$i.pdb
	cp ufc1_ref_1.vio ../pdb/ufc1_ref_$i.vio
	cd ..
	done

    8. Run script Agrupa to put all 20 conformers into a single PDB file.

	 Agrupa ufc1_ref*.pdb > ufc1all.pdb

Running CNS for Proteins with Metal Ions

The CNS refinement for proteins with metal ions can also be performed with the new WaterrefCNS script, using the appropriate metal ion nomenclature in both the pdb coordinates and distance constraints.

For manual CNS refinement please do the refinement as following:

1.  Set environment for CNS1.1 by run source /farm/users/gliu/alias.cns

      alias cns1 /farm/software/cns/cns_solve_1.1/intel-i686-linux_g77/bin/cns
      setenv CNS_TOPPAR /farm/data/gliu/cns1/

In addition to the topology and parameter files, the metal ion parameter file ion.top is required. An example can be found in "/farm/users/gliu/projects/cns_cuttha_cis" with all required input files. 2.  Prepared required files as described above (final.tbl, final cns format PDB files and put in xplorPDB dir with name as sa_#.pdb) except the PDB file should include the metal ions with format according to CNS library ion.top. cp sa_1.pdb as  template.pdb, input files for creating mtf file Note that alignment is important. eg:

ATOM   1249  OT2 ALA    83      69.296  13.232   5.744  1.00  0.00
ATOM   1250 ZN+2 ZN2   150      63.086  13.789 -10.407  1.00  0.00      zinc

3.  Run generate_h2o.inp once to create temp_h2o.pdb and temp_h2o.mtf. The extra proton atom in the ligand residues, eg. HIS HD1 or CYS S, are removed by editing the generate_h2o.inp; cis proline is also defined here in the generate_h2o.inp (resid is the residue number prior the proline).

{* any special prosthetic group patches can be applied here *}
{===>}
delete select (name hg and resname cys and resid 61) end
delete select (name hg and resname cys and resid 85) end
delete select (name hd1 and resname his and resid 46) end
delete select (name he2 and resname his and resid 83) end
 patch cisp
           reference=1=( resid 13 )
 end

4.  Edit generate_1.inp to remove the extra proton as did above.

5.  Run generate_20.com, this will run generate_#.inp 20 times, updating each pdb number and this creates cnsPDB/sa_cns_#.pdb

6.  Edit and run re_h2o_cu.inp, the refined pdb is kept in refinedPDB, or

7.  Use subcns to submit cns refinement by using PBS: eg, type "sh subcns". Before run subcns , make a folder " com" contains the following file. Type getpdb to get refined pdb files in refinedPDB after it finished.

  • cns.sc: PBS submission
  • cutc_h2o.mtf: mtf file created as descrive above
  • topology and parameter files: parallhdg5.3C.pro, parallhdg5.3.pro, topallhdg5.3.pro
  • re_h2o_cu.inp: input file for cns refinement


Updated WaterRefCNS script at CABM for use with RDC constraints, metal ions, and dimers

In 2011 the WaterRefCNS script was updated by Roberto Tejero.  The current implementation uses CNS 1.3 and is capable of performing CNS water refinements including RDC constraints, metal ions constraints and on dimers.

There are new defaults for the molecular dynamics steps.  Again, at CABM we typically run calculations on master3.  Here is the list of options and flags, and how the program is launched.  Input files can be prepared using the

PdbStat program.

      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
        WaterRefCNS -- a tool to launch structure refinement with water
                                                 --Roberto Tejero, 2011
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
 
 Usage: /farm/software/WaterRefinement_cns/WaterRefCNS -na NamProt -que [PBS|No] -pro [xpl|cns] 
 
 ** Full set of options [not all are needed for a perfect run, use defaults] 
 
 PROTEIN NAME 
    -di               for dimers 
    -na  NamProt      Name of the protein (required!) 
    -seed <int>       Seed for random number generator (optional), (def. 31415) 
 QUEUE SYSTEM AND PROTOCOL
    -pr  [cns|xpl]    Protocol to use, X-POR, CNS                           def cns  
    -qu  [PBS|NO]     Que system to use, one of PBS or NOQUE                def NOQUE
 PATCHES - SPECIAL RESIDUES 
    -ci   n1,n2,..    CIS pep info (PRO res. num) in comma separated list, i.e 56,89  
    -cysn n1,n2,..    CYHN pep (deprotonated SG CYS) res. num in comma separated list, i.e 10,65
    -hisd n1,n2,..    HISD pep info (HIS res num) in comma separated list, i.e 12,43  
    -hise n1,n2,..    HISE pep info (HIS res num) in comma separated list, i.e 25,67  
                                         CYANA    CNS/X-PLOR                          
                                         ~~~~~    ~~~~~~~~~~~                         
                                          HIST       HISE     (HIS with no HD1)       
                                          HIS        HISD     (HIS with no HE2)       
                                          HIS+       HIS      (HIS with both protons) 
                                                                                      
    -ss  n1-n2,n3-n4  S-S bridge info in comma separated, dash-separated pairs, i.e. 2-24,30-40  
 MOLECULAR DYANMICS 
    -av  [center|sum] average for the distance restraints (for CNS, XPLOR)  def sum  
    -cool N           number of cycles for cooling stage,   default is 100  
    -heat N           number of cycles in heating stage,  default is 200    
    -hot  N           number of cycles in HOT stage, default is 1000        
    -par <string>     nonbonded params, one of OPLSX|PARAM19|PARMALLH6|CONTACT (def. PARAM19)
    -sca  N           Scale terms (noe, dihe, hbond) by xN times         (def. 1.0) 
    -tsc  <real>      time step for cooling dynamics    (def. 0.003) 
    -tsh  <real>      time step for heating dynamics    (def. 0.004) 
    -tsr  <real>      time step for hot stage  dynamics (def. 0.004) 
 RDC DATA 
    -DaR1  da,r       Da and R for media 1, comma separated values -- overrides automatic detection  
    -DaR2  da,r       Da and R for media 2, comma separated values -- overrides automatic detection  
    -wrdc1 <real>     final weight --ksani1-- for RDC set 1   (def. 0.3) 
    -wrdc2 <real>     final weight --ksani2-- for RDC set 2   (def. 0.3) 
 SYMMETRY 
    -sym  <string>    Activates symmetry, string can be:  all | 2:50,52:70   
    -wncsi <real>     Initial weight for NCS symmetry statement   (def 1.0)  
    -wncsf <real>     Final weight for NCS symmetry statement     (def 20.0) 
 HELP - INFO 
    -he               Display this help message  
    -req              Shows the requirements to run this script 
    -res              Displays a short guide to results (file BeSureToReadme) 
 
 Examples: 
      /farm/software/WaterRefinement_cns/WaterRefCNS -na RTT01 -di -que no -pr cns -ci 22 -hisd 12,42 -cysn 50,89 -wrdc1 1.5 -tsc 0.001 
  

Some specific comments:

1.  For calculations using RDC constraints: by default the program uses the Da and R for each individual model in the ensemble.  One can override this and enforce a "global" Da an R using the flag: "-DaR1 da,r". 

2.  One can also manually adjust the relative weights of the RDCs from different alignments using the "-wrdc1" command.  This is often useful when dealing with RDCs from PAG.

3.  Dimers are specified using the flag "-di".

4.  For metal ion constraints, if the constraint file is made using PdbStat be sure to check that the metal ion residue number and charge are correct (see previous section).

CNS Refinement with RDC constraints, metal ions using FMCGUI at Arrowsmith lab, UofT

Step 1. Input files.


In order to perform water refinement using FMCGUI the following files should be prepared/available:


  • structure file
  • distance constraints file
  • dihedral angles constraints file



User can include in the refinement the following additional constrains/data as well:


  • hydrogen bond constraints file
  • RDC data collected in different media; (up to 3 media are allowed)
  • Zinc ions




  1. Structure file and constraints file format.

It is expected that the structural, distance constraints, and dihedral angle constraints files are available as output of CYANA2.1 /CYANA3.0 structure calculations. The format of these files correspond to the format of'final.pdb', 'final.upl', and 'talos.aco'ouput files. At the same time, these files could be loaded in FMCGUI in CNS/XPLOR format as well. It should be noted that structural file should contain key word MODEL that separate lines corresponding to different structural models.

Example.PDB file in CNS format:


Wrf20.jpeg

 

  2. RDC data format

The RDC data can be used in CYANA or PALES formats. One can use RDC data collected in up to 3 media. All data from the same media should be included in the same file. When data are prepared in PALES format than a file should contain data only from one media. When using CYANA3 format, data from different media can be included in one file(See Examples r1,and r2).


Example r1.RDC data in CYANA3 format.


This example present file with HN and NC rdc's measured in 2 different media.


Wrf5.jpg



Example r2. RDC data in PALES format.

This example present file with HN, CCA, and NC rdc's measured in 1 media.

Wrf6.jpg


 3.  Zinc ligands file format.

The Zinc-ligands file contains list of residues that coordinate each of Zinc ions present in the structure. There could be 3 or 4 Zinc ligands for one Zinc ion. Possible types of residues that coordinate Zinc ion are CYS, HIS, ASP, and GLU.  (See Example z1)


Example z1. Zinc- ligands file.

Wrf7.jpg

This file indicate that there are 2 Zinc ions, one Zinc is coordinated by 4 residues 21, 26, 31, and 34 while the other Zinc is coordinated by 3 residues 48, 52, and 62

This Zinc-file could be created using FMCGUI command [Structure>Add ZN ligands]:


Wrf8.jpg


User have to type IDs of residues that ligate zinc ion into the popped up entry window “ZN ligands” (see Figure). If there are a few zinc ions, information for each ion should be provided in a separate row.



Step 2. Setting up water refinement calculations using FMCGUI.


2.1 Open new project [Project>new] or load the old one [Project>load]



2.2   Select command [Structure>Water Refinement>calculate]

Wrf14.jpg




The popped up “Water Refinement” window where user is asked to select a number of files with coordinates and constraints (see Figure). The entry fields marked in read (PDB file, Distance constraints, and Dihedral angle constraints) should be specified while the others could be left blank. In addition to coordinates and constraints, user can indicate cisProline residues (if there are any) and to specify singly protonated HIS residues that are double protonated by default.


Wrf18.jpeg


By pressing OK button in “water Refinement” window a new “Parameters” window

will pop up. User have to specify

  • name of the water refinement directory
  • flag for distance constraints transformation (could be 1 or 2). If the flag for distance constraints transformation is set to 2 then no change in the upper distance limit is performed. If the flag is set to 1 (default value), then the upper distance limits are modified by classifying each constraint in one of the 4 classes – strong, medium, weak and very weak
  • force constants for RDC constraints (if there are any) on the final stage of the refinement protocol. 


Wrf10.jpg


Pressing OK button starts the setup of water refinement calculations using provided information the specified directory.


Wrf16.jpg



The set up consists of the following operations:

  • Splitting structure file in a number of separate files for each model. The atom names are changed from CYANA to CNS nomenclature.
  • Transforming dihedral angle constraints from CYANA to CNS format. (If constraints are provided in CNS format then no transformation is performed).
  • Transforming distance NOE constraints from CYANA format to CNS format. This transformation includes changing atom names from CYANA to CNS nomenclature. If the flag for distance constraints transformation is set to 2 then no change in the upper distance limit is performed. If the flag is set to 1 (default value), then the upper distance limits are modified by classifying each constraint in one of the 4 classes – strong, medium, weak and very weak.
  • Transforming Hbond constraints (if any) from CYANA format to CNS format
  • Generating mtf-file for CNS calculations
  • "Repairing" each input structure in accord with the mtf-file 

  • Generating RDC constraints, a separate file for each media
  • Estimating Da and R of alignment tensor for each media. This is performed by fitting RDC data to each model structure using program PALES, with subsequent averaging of the fitting results.
  • Generating CNS script "re_h2o*_tmpl.inp" for the refinement calculations







Step 3.  Water refinement calculations using CNS.


In a separate terminal, go to the refinement directory and run the nely generated python script “run_refine.py”.

This script will start N jobs in parallel, where N is the number of structural models to refine. The number of structures and the number of processor to use in the calculations can be specified by making modification of the top lines in script “run_refine.py”. If user want to reset the values for some refinement parameters, for example the values of Da and R, it could be done by modifying corresponding lines in the header of the CNS script re_h2o*_tmpl.inp”.


Step 4. Summarizing results of refinement using FMCGUI.


Open new project [Project>new] or load the old one [Project>load]


Select command [Structure>Water Refinement>summary]                                                                                                          

Wrf14.jpg

In the popped up “Water refinement summary” window user will be asked to specify residues used for structure superposition and to select the water refinement directory “WATDIR” were the refinement calculations were made.


Wrf19.jpg

The refined structural models will be superimpose and combined in one file. The created summary reports values of different energy components and constraint violation statistic for each structural model. A new directory “WATDIR_results” will be created, where WATDIR is the name of selected water refinement directory. The new directory contains final superimposed coordinates, distance and dihedral angle constrains in a format suitable for PDB deposition, summary and constraint violations reports, filesfinal_cns_summary” and “final_violations” respectively. (See examples S1 and S2)


Example S1. File "final_cns_summary" 

The file shows the total energy, energy components, and number of constraints violations for each refined structure as well as corresponding average over all structures values.


Wrf12.jpg


ExampleS2.File “final_violations

The file contains a list of all constraints violated in at least one structural model. For each constraint the the number of structural models that violate the  constraint is shown.


Wrf11.jpg




Files for Download

  1. atomtransC.tbl: atom name translation table

  1. Agrupa: script for concatenating pdb coordinate files into one file

  1. parallhdg5.3C.pro: CNS parameter file

  1. topallhdg5.3.pro: CNS topology file

  1. topallhdg5.3.sol: CNS solvent topology file

  1. parallhdg5.3.sol: CNS solvent parameter file

  1. boxtyp20.pdb: Water box

  1. protein.link: CNS peptide linkage definition file

  1. generate_water.cns: CNS protein solvation script

  1. print_coorheader.cns: CNS script

  1. cns_cabm.tar.gz: CABM CNS refinement protocol

  1. WaterRefinement_UB.tar.Z: CNS water refinement package - SUNY Buffalo

  1. cyana2cns.cya: CYANA script to convert coordinates and constrains to XPLOR/CNS format

  1. Cu_cPro_cns_example.tar.gz: Example of CNS refinment for protein with Cu and cis-Pro

  1. zn.tar: Exampleof CNS refinment for protein with zn (from Alex Lemark)

  1. er317_2zn_CNSw_example.tar.gz: Example of CNS refinment for protein with zn (from Theresa Ramelot)

References

1.  Brünger, A.T., Adams, P.D., Clore, G.M., DeLano, W.L., Gros, P., Grosse-Kunstleve, R.W., Jiang, J.-S., Kuszewski, J., Nilges, M., Pannu, N.S., Read, R.J., Rice, L.M., Simonson, T. and Warren,G.L. (1998) Crystallography & NMR system: a new software suite for macromolecular structure determination. Acta Crystallogr. D54, 905-921.