CX - accessing and analysing data on the beamline
CX data processing on MX
All data on the MX beamlines is processed with XDS. See Data Processing for more information about XDS on MX. For more information on XDS you can read the XDS paper or check out the XDS wiki.
Accessing your data on the beamline
The best way to access and analyse your data on the beamline computers is via the Linux terminal. If you are new to Linux, check out the Beginners Guide to Linux
The auto processed data can be found in the following directory:
/data/$EPN/home/$PI/auto/dataset/
where $EPN is the experiment number and $PI is the principal investigators surname.
You should see a directory with the form /data/$EPN/home/$PI/auto/dataset/yourexperiment_1_###########
|
---|
Data Processing webpage |
Analysing your data on the beamline
Automated data analysis with CX-ASAP Brute - NEW!
CX data is now automatically run through the Brute pipeline of CX-ASAP which processes the data through XPREP with all recommended options, then through SHELXT. The results of this processing is in a folder labelled “CX-ASAP_Brute” in your dataset folder and contains the results of SHELXT running on the XDS processed hkl and the sadabs absorption corrected files. Therefore, there will be at least four .res files in the folder, cxasap_a.res
, cxasap_sadabs_s.res
, cxasap_sadabs_m.res
, and cxasap_sadabs_w.res
.
Check the
rint_log.txt
to compare data quality for the different absorption corrections. This will contain the resolution, number of spots (#data), theoretical number of spots (#theory), completeness, redundancy, mean intensity, mean intensity/sigma (Mean I/s), R(int) and Rsigma. In the below example we would choose the XDS_ASCII.HKL_p1 to use to solve the structure, because it has the lowest R(int) and the highest Mean I/s. The noscale dataset can definitely be disregarded because it has a very high R(int).
Open Olex2 or shelxle in a terminal - simply type ‘olex2’ or ‘shelxle’.
Open the .res file in olex2 or shelxle by dragging and dropping from your folder.
Admire your beautiful structure!
Check completeness. You will need to refine your structure, with an ACTA command in the .ins. After this, open your .cif (type: edit cif in olex) and check the field “_diffrn_measured_fraction_theta_max”. It should be 0.99 or above. If it is lower, you should collect more data, either by a larger wedge, using the mini-kappa (on MX1) or repositioning your crystal and collecting more data on MX2. After this, you will need to merge your data ( CX Data Merging )
Manual data analysis
For every dataset you collect, there will be 5 hkl files generated. So the first thing you need to do is assess each of them and decide which is most likely to give you the best refinement.
In your dataset folder you will find:
The XDS processed hkl file for your data processed in P1 with a multi-scan absorption correction:
XDS_ASCII.HKL_P1
The XDS processed hkl file for your data processed in P1 without an absorption correction:
XDS_ASCII.HKL_P1_NOSCALE
Three folders of data which has had sadabs absorption correction applied:
sadabs_w
,sadabs_m
,sadabs_s
. Each will contain:A hkl file:
sad.hkl
A prp file, which includes unit cell information of the data:
sad.prp
A log file with information about the absorption correction:
sad.abs
An autoprocess.cif metacif: eg.
autoprocess_sadabs_w.cif
A log file with information to compare data quality for the different absorption corrections:
rint_log.txt
(see above for details)
If your data is incomplete and needs merging, see CX Data Merging
Solving your data
Once you have decided which hkl to use, follow these steps to process your data with XPREP, solve it with SHELXT and view the initial solution:
In a terminal, navigate to your dataset folder.
If you already have the dataset folder open in file explorer, you can just right click and select ‘Open terminal here’
If you want to use the sadabs file, make sure you go into the relevant folder. It will also be helpful to open the sad.prp file so you can copy the cell parameters into xprep.
Run xprep in terminal:
Start by typing xprep and hitting enter, which will run xprep as normal, in the terminal
In xprep, call the hkl you want to use. Note that it is case sensitive, and if you use the XDS_ASCII.HKL_P1 file, you need to enter the whole file name, not just the XDS_ASCII.
Run through xprep as normal, selecting the lattice, cell, and space group, checking the data quality, entering the unit cell contents, and naming the output files, eg.
filename.ins
Solve your data with SHELXT in the terminal by typing:
shelxt filename
(leave off the .ins)This will give you solved data .res files (most likely in more than one space group), named filename_a.res, filename_b.res etc and some information about the datasets so you can choose which one looks best, or choose the space group which you thought was best based on xprep.
Open the initial solution via the terminal, either with shelxle or Olex2 by:
shelxle filename_a.res
Olex2 filename_a.res
Admire your beautiful structure!
Check completeness. You will need to refine your structure, with an ACTA command in the .ins. After this, open your .cif and check the field “_diffrn_measured_fraction_theta_max”. It should be 0.99 or above. If it is lower, you should collect more data, either by a larger wedge, using the mini-kappa (on MX1) or repositioning your crystal and collecting more data. After this, you will need to merge your data ( CX Data Merging )
Troubleshooting:
The olex2 window is frozen! - type “xkill” into a terminal then click on the olex2 window you want to kill. Be careful that you don’t click on anything else important, as the xkill command will kill any window you click on.