Phenix: Difference between revisions

From CCP4 wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
PHENIX (Python-based Hierarchical ENvironment for Integrated Xtallography) is a new software suite for the automated determination and refinement of macromolecular structures using X-ray crystallography and other methods. It integrates well with CCP4-formatted files for I/O, is highly automated, and very straightforward to use.
PHENIX (Python-based Hierarchical ENvironment for Integrated Xtallography) is a new software suite for the automated determination and refinement of macromolecular structures using X-ray crystallography and other methods. It integrates well with CCP4-formatted files for I/O, is highly automated, and very straightforward to use.
== Example ==
% phenix.refine model.pdb data.mtz strategy=rigid_body+individual_sites+individual_adp \
    simulated_annealing=true optimize_wxc=true optimize_wxu=true main.number_of_macro_cycles=5
Here "data.mtz" is your reflection data file. PHENIX automatically recognizes most of the known file formats, so it can be MTZ, CNS or ...
This will do the following:
#) Rigid body refinement first cycle only (MZ protocol = VERY high convergence radius);
#) Refinement of individual xyz and b-factors every cycle with optimized weights;
#) Simulated annealing at 2nd and one before the last cycles;


[http://www.phenix-online.org/ Phenix home page]
[http://www.phenix-online.org/ Phenix home page]

Revision as of 10:28, 22 February 2008

PHENIX (Python-based Hierarchical ENvironment for Integrated Xtallography) is a new software suite for the automated determination and refinement of macromolecular structures using X-ray crystallography and other methods. It integrates well with CCP4-formatted files for I/O, is highly automated, and very straightforward to use.


Example

% phenix.refine model.pdb data.mtz strategy=rigid_body+individual_sites+individual_adp \
   simulated_annealing=true optimize_wxc=true optimize_wxu=true main.number_of_macro_cycles=5

Here "data.mtz" is your reflection data file. PHENIX automatically recognizes most of the known file formats, so it can be MTZ, CNS or ...

This will do the following:

  1. ) Rigid body refinement first cycle only (MZ protocol = VERY high convergence radius);
  2. ) Refinement of individual xyz and b-factors every cycle with optimized weights;
  3. ) Simulated annealing at 2nd and one before the last cycles;


Phenix home page