<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.christophchamp.com/index.php?action=history&amp;feed=atom&amp;title=PDB_Validation_Suite</id>
		<title>PDB Validation Suite - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.christophchamp.com/index.php?action=history&amp;feed=atom&amp;title=PDB_Validation_Suite"/>
		<link rel="alternate" type="text/html" href="http://wiki.christophchamp.com/index.php?title=PDB_Validation_Suite&amp;action=history"/>
		<updated>2026-04-30T12:20:00Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://wiki.christophchamp.com/index.php?title=PDB_Validation_Suite&amp;diff=3502&amp;oldid=prev</id>
		<title>Christoph at 02:37, 24 March 2007</title>
		<link rel="alternate" type="text/html" href="http://wiki.christophchamp.com/index.php?title=PDB_Validation_Suite&amp;diff=3502&amp;oldid=prev"/>
				<updated>2007-03-24T02:37:55Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;''Note: The majority of this article was taken directly from the README file.''&lt;br /&gt;
&lt;br /&gt;
The '''PDB Validation Suite''' is a set of tools used by the [[PDB]] for processing and checking structure data.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
''Note: The binary distribution contains an additional submodule, called PROCHECK,&lt;br /&gt;
which does more structure checking. This submodule is not available in the&lt;br /&gt;
source distribution.''&lt;br /&gt;
&lt;br /&gt;
*Uncompress and unbundle the distribution using the following command:&lt;br /&gt;
 zcat validation-vX.XXX-XXX.tar.gz | tar -xf - &lt;br /&gt;
&lt;br /&gt;
The result of this command is a subdirectory validation-vX.XXX-XXX in the current directory, which contains the following:&lt;br /&gt;
;&amp;lt;code&amp;gt;bin&amp;lt;/code&amp;gt; : subdirectory that contains application executable &amp;quot;validation-v8&amp;quot;&lt;br /&gt;
;&amp;lt;code&amp;gt;data&amp;lt;/code&amp;gt; : subdirectory that contains some data files needed by the application. &lt;br /&gt;
;&amp;lt;code&amp;gt;etc&amp;lt;/code&amp;gt; : subdirectory that contains utility scripts and application software license agreement.&lt;br /&gt;
;&amp;lt;code&amp;gt;procheck&amp;lt;/code&amp;gt; : subdirectory that contains executables for &amp;quot;procheck&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*Set up the environment variables.&lt;br /&gt;
&lt;br /&gt;
Define the &amp;lt;code&amp;gt;RCSBROOT&amp;lt;/code&amp;gt; environment variable to point to the installation directory. Note that the &amp;lt;code&amp;gt;RCSBROOT&amp;lt;/code&amp;gt; environment is also used for other RCSB applications like &amp;lt;code&amp;gt;ADIT&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;PDB_EXTRACT&amp;lt;/code&amp;gt;. If all these applications are running on a computer, the last instance of setenv command will define the environment. Thus, set the environment at the command line as follows, just prior to running the application. Assuming that the installation directory is:&lt;br /&gt;
 /home/username/validation-vX.XXX-XXX&lt;br /&gt;
execute in the shell (for Bourne shell):&lt;br /&gt;
 RCSBROOT=/home/username/validation-vX.XXX-XXX; export RCSBROOT&lt;br /&gt;
&lt;br /&gt;
Add &amp;quot;&amp;lt;code&amp;gt;bin&amp;lt;/code&amp;gt;&amp;quot; subdirectory to the &amp;lt;code&amp;gt;PATH&amp;lt;/code&amp;gt; environment variable.&lt;br /&gt;
 PATH=&amp;quot;$RCSBROOT/bin:&amp;quot;$PATH; export PATH&lt;br /&gt;
&lt;br /&gt;
*Make binary data from ASCII data&lt;br /&gt;
Position in the validation-vX.XXX-XXX/etc directory and run the script &amp;lt;code&amp;gt;binary.sh&amp;lt;/code&amp;gt;:&lt;br /&gt;
 cd validation-vX.XXX-XXX/etc&lt;br /&gt;
 ./binary.sh &lt;br /&gt;
&lt;br /&gt;
This command will create certain binary data files, using the ASCII data files in data/ascii directory. The resulting files are stored in data/binary directory. Note that it may take several minutes for this step to complete. This step must be executed before the tool can be utilized.&lt;br /&gt;
&lt;br /&gt;
==Application Usage Notes==&lt;br /&gt;
===Usage===&lt;br /&gt;
*For [[mmCIF]] files (Please note, only mmCIF format files downloaded from the PDB or generated by PDB_EXTRACT should be used):&lt;br /&gt;
 validation-v8 -f file_name -o 2 -adit -exchange -public&lt;br /&gt;
&lt;br /&gt;
*For PDB files:&lt;br /&gt;
 validation-v8 -f file_name -o 0 -adit&lt;br /&gt;
&lt;br /&gt;
For example, to create reports for a file in mmCIF format named &amp;lt;code&amp;gt;1xyz.cif&amp;lt;/code&amp;gt; type:&lt;br /&gt;
 validation-v8 -f 1xyz.cif -o 2 -adit -exchange -public&lt;br /&gt;
&lt;br /&gt;
===Output===&lt;br /&gt;
The names of the output files begin with the root identifier &amp;lt;ID&amp;gt;, which is followed by an extension that indicates the file type.&lt;br /&gt;
&lt;br /&gt;
For a PDB format file, the program converts the file name without extension into uppercase for the &amp;lt;ID&amp;gt;. For an mmCIF format file, the program uses data block identifier as the &amp;lt;ID&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The application creates the following files:&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;ID&amp;gt;.letter: a text file that contains a summary validation letter.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;ID&amp;gt;.ps: a [[PostScript]] file that contains molecular graphics of the structure.  &lt;br /&gt;
For crystal structures, this includes a view of the asymmetric unit and crystal packing. If the mmCIF file was validated and the biological unit of the entry is either larger or smaller than the asymmetric unit, and the &amp;lt;code&amp;gt;struct_biol_gen&amp;lt;/code&amp;gt; category was appropriately completed in the mmCIF file, then a view of the biological unit(s) will be included. &lt;br /&gt;
&lt;br /&gt;
For NMR ensemble structures, a view of the first model and the ensemble of all models is included. If the NMR entry contains one model, a view of the model will be included.&lt;br /&gt;
&lt;br /&gt;
NUCHECK output: If the structure contains nucleic acids, the &amp;lt;ID&amp;gt;.ps file also includes plots describing the geometry, torsion, and base morphology of the nucleic acids generated by the program NUCHECK.&lt;br /&gt;
&lt;br /&gt;
*PROCHECK output: For crystal structures containing protein, there are ten PostScript files from PROCHECK:&lt;br /&gt;
&lt;br /&gt;
File name / File contains&lt;br /&gt;
#&amp;lt;ID&amp;gt;_01.ps: Ramachandran plot&lt;br /&gt;
#&amp;lt;ID&amp;gt;_02.ps: Ramachandran plots by residue&lt;br /&gt;
#&amp;lt;ID&amp;gt;_03.ps: Chi1-Chi2 plots&lt;br /&gt;
#&amp;lt;ID&amp;gt;_04.ps: Main-chain parameters&lt;br /&gt;
#&amp;lt;ID&amp;gt;_05.ps: Side-chain parameters&lt;br /&gt;
#&amp;lt;ID&amp;gt;_06.ps: Residue properties&lt;br /&gt;
#&amp;lt;ID&amp;gt;_07.ps: Main-chain bond distance comparisons&lt;br /&gt;
#&amp;lt;ID&amp;gt;_08.ps: Main-chain bond angle comparisons&lt;br /&gt;
#&amp;lt;ID&amp;gt;_09.ps: RMS deviations from planarity&lt;br /&gt;
#&amp;lt;ID&amp;gt;_10.ps: Summary of geometrical distortions&lt;br /&gt;
&lt;br /&gt;
For NMR structures containing protein, there are nine PostScript files from PROCHECK:&lt;br /&gt;
File name / File contains&lt;br /&gt;
#&amp;lt;ID&amp;gt;_01.ps: Ramachandran plot&lt;br /&gt;
#&amp;lt;ID&amp;gt;_02.ps: Ramachandran plots for all residue types&lt;br /&gt;
#&amp;lt;ID&amp;gt;_03.ps: Chi1-Chi2 plots&lt;br /&gt;
#&amp;lt;ID&amp;gt;_04.ps: Chi1 frequency distributions&lt;br /&gt;
#&amp;lt;ID&amp;gt;_05.ps: Chi2 frequency distributions&lt;br /&gt;
#&amp;lt;ID&amp;gt;_06.ps: Ensemble Ramachandran plots&lt;br /&gt;
#&amp;lt;ID&amp;gt;_07.ps: Residue properties&lt;br /&gt;
#&amp;lt;ID&amp;gt;_08.ps: Equivalent resolution&lt;br /&gt;
#&amp;lt;ID&amp;gt;_09.ps: Model secondary structures&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;ID&amp;gt;.html:  This html file is an Atlas summary containing the following:&lt;br /&gt;
&lt;br /&gt;
For all structures:&lt;br /&gt;
:The sequence of the residues in each chain (from entity_poly for a mmCIF file, from SEQRES for a PDB file, or from the coordinates if entity_poly or SEQRES are not provided).&lt;br /&gt;
:Citation information (if provided).&lt;br /&gt;
:Refinement information (if provided).&lt;br /&gt;
&lt;br /&gt;
For crystal structures, additional information is listed:&lt;br /&gt;
:Space group and cell constants.&lt;br /&gt;
:Crystallization conditions (if provided).&lt;br /&gt;
:Refinement information (if provided).&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
===procheck===&lt;br /&gt;
*Laskowski RA, MacArthur MW, Moss DS, Thornton JM (1993). PROCHECK: a program to check the stereochemical quality of protein structures. ''J Appl Cryst, 26:283-291''.&lt;br /&gt;
*Morris AL, MacArthur MW, Hutchinson EG, Thornton JM (1992). Stereochemical quality of protein structure coordinates. ''Proteins, 12:345-364''.&lt;br /&gt;
===nucheck===&lt;br /&gt;
*Feng Z, Westbrook J, Berman HM (1998). NUCheck. ''Rutgers University, New Brunswick, NJ; Report No.: NDB-407''.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://sw-tools.pdb.org/apps/VAL/index.html PDB Validation Suite] &amp;amp;mdash; on rcsb.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Bioinformatics]]&lt;/div&gt;</summary>
		<author><name>Christoph</name></author>	</entry>

	</feed>