Structural analysis of low occupancy states
Xtrapol8 is software for the calculation of Fourier difference maps, extrapolated structure factor ampltiudes (ESFAs) and estimation of the occupancy of at triggered state that occupies the crystal at low occupancy. It is based on the cctbx toolbox and uses some CCP4 programs. In order to run Xtrapol8, you will need to have a proper licence for Phenix and CCP4 and have both software suites installed. Please use Phenix 1.19 or higher.
An introduction into Fourier difference maps, structure factor extrapolation and the software itself can be found on the youtube channel of CCP4
If Xtrapol8 was useful in your project, please cite us: De Zitter, E., Coquelle, N., Oeser, P., Barends, T. R. M., Colletier, J.-P., Xtrapol8 enables automatic elucidation of low-occupancy intermediate-states in crystallographic studies, Communications Biology, 5(1):640, 2022.
See release notes and manual for more info and other new features.
Xtrapol8 uses no external modules in addition to standard python and those from cctbx (which comes with Phenix). It also uses some programs from CCP4. This means that you have CCP4 and Phenix, you are ready to go. Follow the steps below to make sure that Xtrapol8 can find what it needs.
You need the ccp4 and Phenix software suites, and both should be setup via the command line. Below you find a detailed description on how to setup CCP4 and phenix correctly for Xtrapol8 using a terminal on Mac:
source /Applications/phenix-1.19.1-4122/phenix_env.sh
source /Applications/ccp4-7.1/bin/ccp4.setup-sh
which phenix.refine
which scaleit
nano ~/.zprofile
#Setting Phenix and ccp4
source /Applications/phenix-1.19.1-4122/phenix_env.sh
source /Applications/ccp4-7.1/bin/ccp4.setup-sh
Clone or download the Xtrapol8 repository. Take care that all files are stored in the same directory (don't move any file).
git clone https://github.com/ElkeDeZitter/Xtrapol8.git
Or click on "Code" -> "Download ZIP" on the top.
Upon running Xtrapol8 without arguments, you get the full list of arguments that can be added using an input file or via command line arguments:
phenix.python <folder/to/Xtrapol8>/Fextr.py
nano ~/.zprofile
alias 'X8=phenix.python <folder/to/Xtrapol8>/Fextr.py'
An example input file with all changeable parameters can be found in the example or in the minimal_input
nano Xtrapol8.phil
phenix.python <folder/to/Xtrapol8>/Fextr.py Xtrapol8.phil
phenix.python <folder/to/Xtrapol8>/Fextr.py input.reference_mtz=hiephiep.mtz input.triggered_mtz=hieperdepiep.mtz input.model_pdb=hoera.pdb input.additional_files=jeej.cif input.additional_files=another.cif occupancies.list_occ=0.1,0.3,0.5 f_and_maps.f_extrapolated_and_maps=qfextr,qfgenick map_explorer.peak_integration_floor=3.5 map_explorer.peak_detection_threshold=4 output.outdir=fancy_party
nano Xtrapol8.phil
phenix.python <folder/to/Xtrapol8>/Fextr.py Xtrapol8.phil refinement.phenix_keywords.refine.cycles=3
_For more information, please have a look into the Command line Manual_
Xtrapol8 can also be launch via the GUI, called "XtrapolG8", and should be launched via the command line:
phenix.python <folder/to/Xtrapol8>X8_gui.py
You can add XtrapolG8 to your path for easier accessibilty, otherwise you just memorize where you've put it
nano ~/.zprofile
alias 'XG8=phenix.python <folder/to/Xtrapol8>/X8_gui.py'
XtrapolG8 can also make use of a pre-made input file:
phenix.python <folder/to/Xtrapol8>X8_gui.py Xtrapol8.phil
XtrapolG8 can also be used to inspect results from a former run, independent on whether it was run via the GUI or the command line:
"File" -> "Load Results"
_For more information, please have a look into the GUI Manual_
Xtrapol8 is published under the MIT License Xtrapol8 makes use of adapted cctbx modules, for which we additionally refer to the cctbx license The user is responsible to legally correct obtain and install ccp4, Coot and Phenix.
Elke De Zitter - elke.de-zitter@ibs.fr
Jacques-Philippe Colletier - jacques-Philippe.colletier@ibs.fr