FastModelFree: Difference between revisions

From Powers Wiki
No edit summary
No edit summary
Line 5: Line 5:


* Type the following command in the directory containing your pdb file
* Type the following command in the directory containing your pdb file
** ''pdbinertial -r infile.pdb outfile.pdb''
** 'pdbinertial -r infile.pdb outfile.pdb'

Revision as of 05:12, 15 October 2012

Optimizing PDB Coordinates before using Fast Model Free

PDB Inertia

This program calculates the principal moments of inertia for the atoms in a standard pdb file.. By default the program writes the moments of inertia to standard output. Optionally, the program can output a new pdb file in which the molecule is translated so that its center of mass is located at the origin and rotated so that the moments of inertia are aligned with the Cartesian axes. At present, the program only reads lines starting with the 'ATOM' keyword and only recognizes the atoms H, C, N, O, P, S.

  • Type the following command in the directory containing your pdb file
    • 'pdbinertial -r infile.pdb outfile.pdb'