Changes for page 05. Data processing
Last modified by tabermah on 2024-12-11 11:17
Summary
-
Page properties (3 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -1 1. Data processing1 +10. Data processing - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. tabermah1 +XWiki.janmeyer - Content
-
... ... @@ -1,52 +1,35 @@ 1 1 \\ 2 2 3 -**1 1.1. Automatic data processing**3 +**10.1. Automatic data processing** 4 4 5 - Unless youun-checktheoptionforthespecificacquisitionrun,autoprocessingwill beexecuted. For standardrotational data autoprocessingis via XDSAPP (Spartaetal. (2016) //J. Apple.Cryst.// **49**, 1085-1092) forstrategycalculation weuse Mosflm (Leslie //ActaD//**62** (2006) 48-57) and Spotfinder((%style="color: rgb(0,0,0);text-decoration:none;"%)Zhangetal.(2006).(% style="text-decoration: none;text-align:left;" %)//J. Appl. Cryst.//(% style="color: rgb(0,0,0);text-decoration: none;" %) (%style="text-decoration:none;text-align: left;" %)**39**(% style="color: rgb(0,0,0);text-decoration: none;" %),112–119)(%%) for producing the heatmap for the grid scans. The results are compiled into HTML-files to give you a convenient way of checking them. The output files are in the processed folders of the corresponding datasets. A self refreshing index of all results is created in the beamtimes processed folder. During the beamtime you can open it from file::~/~//gpfs/current/processed/index.htmlin a browser.The HTML-file is also contained in your data backup.5 +Results of the automatic data processing are only available during the beamtime. To see the data presenter, open a Browser (Open Terminal and type:(% style="color: rgb(51,153,102);" %) firefox(%%)) and type(% style="color: rgb(51,153,102);" %) /gpfs/current/processed/index.html. 6 6 7 -\\ 8 8 9 -**1 1.2. Manual data processingonsite**8 +**10.3. Manual data processing during your beamtime** 10 10 11 - Pleasedo notusethecontrolcomputersofthebeamline(haspp11user01-04)northe haspp11eval01 fordataprocessing(latteris now fullydedicatedtoautoprocessing.10 +Open a terminal (see session 3.2) and type ssh haspp11eval01. You need to open one terminal and ssh to haspp11eval01 for every program you want to use. 12 12 13 - UseMaxwell-clusterfordataprocessingas described in the next chapter; on-site, youcandirectly ssh tousername@desy-ps-cpu. Access to Maxwell requires a Scientific Account.12 +To use crystallographic programs: 14 14 15 -\\ 14 +* for XDSAPP type in the terminal (% style="color: rgb(0,128,0);" %)xdsapp 15 +* for imosflm type in the terminal (% style="color: rgb(0,128,0);" %)imosflm 16 +* for CCP4 type in the terminal (% style="color: rgb(0,128,0);" %)ccp4i 17 +* for phenix type in the terminal (% style="color: rgb(0,128,0);" %)phenix 16 16 17 -**1 1.3. Manual data processing after your beamtimeor during remote session**19 +**10.4. Manual data processing after your beamtime** 18 18 19 -Manual data processing after the beamtime or during a remotesessionisonly available for registered [[DESY Scientific Accounts>>doc:FSEC.Science Accounts.WebHome||shape="rect"]].21 +Manual data processing after the beamtime is only available for registered [[DESY Science Accounts>>doc:FSEC.Science Accounts.WebHome||shape="rect"]]. 20 20 21 -//Accessing data from outside the DESY network~:// 22 - 23 -Accessing the Maxwell cluster is easiest with Max-display: connect to [[https:~~/~~/max-display.desy.de:3443>>url:https://max-display.desy.de:3443||shape="rect"]] via web browser with the credentials of your scientific account. 24 - 25 -Accesss via terminal window: 23 +//Accessing data// 24 +In a terminal window: 26 26 ssh (% class="Object" %)[[username@desy-ps-ext.desy.de>>mailto:username@desy-ps-ext.desy.de||shape="rect"]](%%) 27 27 ssh username@desy-ps-cpu 28 - 29 29 Give your password when prompted 30 30 Navigate to data by: 31 -cd /asap3/petra3/gpfs/p11/2020/data/beamtimeID 32 - 33 -Data is accessible to users who were registered participants to the experiment in Door prior to the beamtime ID being opened at the beamline. If you cannot access the data, please contact your LC or the beamline manager. 34 - 35 -(% style="color: rgb(51,51,51);text-decoration: none;" %)Our processing folders now contain two folders, 'full' and 'manual'. 'Manual' contains a template that has all the correct parameters and processing will run just by typing xds_par there. However, to shorten the processing time and make use of the computational structure, you should use a script to queue the jobs in slurm. A template script (xds.sh) can be found at /asap3/petra3/gpfs/common/p11/xds.sh 36 - 37 -The partition in the script is defined psx for external users (ps should be used for internal users of Photon Science). 38 -(% style="color: rgb(51,51,51);text-decoration: none;" %)Copy the script to the folder where you run the processing and launch by (%%) 39 -(% style="color: rgb(51,51,51);text-decoration: none;" %)sbatch xds.sh(%%) 40 -(% style="color: rgb(51,51,51);text-decoration: none;" %)It will find a free node for your job and run faster than just typing xds_par(%%) 41 -(% style="color: rgb(51,51,51);text-decoration: none;" %)The xds-log you get in a file xds-job-~#~##.out 42 - 43 -(% style="color: rgb(51,51,51);text-decoration: none;" %)nxds can be used for processing Serial Crystallography data in a similar way than xds. As the computing time is long, nxds should should be used via a script to queue the jobs in slurm. The template script (nxds.sh) as well as an example of input file (nXDS.INP) can be found in /asap3/gpfs/common/p11/. 44 - 45 -(% style="color: rgb(51,51,51);text-decoration: none;" %)Copy the script and the nXDS.INP to the folder where you run the processing. The nXDS.INP file needs some editing to fit your data path and data collection parameters (wavelength, detector distance, oscillation...). The processing is launch by 46 -sbatch nxds.sh 47 - 48 -//List of software you can use is at~:// 49 -(% class="Object" %)[[https:~~/~~/confluence.desy.de/display/MXW/Photon+Science>>doc:MXW.Photon Science.WebHome||shape="rect"]](%%) 29 +cd /asap3/petra3/gpfs/p11/2020/data/beamtimeID 30 +(you can only access the data your Door account was related to during the data collections. if you did not participate to the beamtime but are part of the group and would like to access the data, please contact (whom? I'll try to figure this out) 31 +\\//List of software you can use is at~:// 32 +(% class="Object" %)[[https:~~/~~/confluence.desy.de/display/IS/Photon+Science>>doc:IS.Photon Science.WebHome||shape="rect"]](%%) 50 50 \\//You can store analysis results in scratch_cc (temporary/testing results) or processed (final results).// 51 51 \\//To use crystallographic programs~:// 52 52 module avail ... ... @@ -53,12 +53,3 @@ 53 53 module load xray # sets the environment for xds and helper GUIs such as XDSAPP 54 54 module load ccp4/6.4 55 55 module load phenix 56 - 57 -\\ 58 - 59 -\\ 60 - 61 -(% style="left: 50.0%;top: 50.0px;" %) 62 -((( 63 -\\ 64 -)))
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 - 2757447161 +183172152 - Title
-
... ... @@ -1,1 +1,1 @@ 1 -1 1. Data processing1 +10. Data processing - URL
-
... ... @@ -1,1 +1,1 @@ 1 -https://confluence.desy.de/spaces/11/pages/ 275744716/11. Data processing1 +https://confluence.desy.de/spaces/11/pages/183172152/10. Data processing