Relion

Log in on the igbmc HPC or the team GPU

ssh -X login@hpc.igbmc.fr

ssh -X login@phantom-node39 #GPU node for lamour-ruff team

module load relion/4.0.0

module load ctffind/4.1.13

module load topaz/0.2.5

Executable location:

Processing with relion

Load and start relion (from cbi-compute-01 or the team GPU node (phantom-node39 for Lamour-Ruff))

relion& #start relion in the folder with movies

Job Relion/Import

Give the path to the *.tif , specify the pixel size, voltage and hit RUN You can RESUME the job when more movies are transferred and converted

Estimation the camera gain

Estimate the gain with at least 200 movies (redo if needed with a larger number)

relion_estimate_gain --i Import/job001/movies.star --j 8 --max_frames 10000 --random true --o estimated_gain.mrc

Explanation of options:

Job Relion/Motion correction

Specify the dose per frame, the number of patches 5x5m, provide the gain file, and set several MPI (number of tasks in parallel) and several (as a multiple of the number of frames in the movies) threads (number of cpu per task)

Display micrographs for visual inspection

Open a window to select the display parameters of a micrograph:

relion_display --i Micrograph.mrc --gui

Or

Specifity the parameters for display in the command:

relion_display --i Micrograph.mrc --scale 0.2 --lowpass 10 --angpix 0.862 --sigma_contrast 3

Explanation of options: