User Tools

Site Tools


titan_to_process

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
titan_to_process [2024/05/21 08:36] Luc Bonnefondtitan_to_process [2024/07/25 12:08] (current) Luc Bonnefond
Line 15: Line 15:
 ==== 2. Convert the EER movies to TIF ==== ==== 2. Convert the EER movies to TIF ====
  
-Log into **cbi-compute-01** and transfer the scripts <quote>eer2tif_parallel_loop.py</quote>, <quote>eer2tif_parallel.py</quote> and <quote>eer2tif.py</quote> in your **home**+Log into **cbi-compute-01** and transfer the scripts {{ ::eer2tif_parallel_loop.py |}} and {{ ::eer2tif_parallel.py |}} in your **home**
  
 <code> <code>
Line 42: Line 42:
  
 Estimate the gain with at least 200 movies (redo if needed with a larger number) Estimate the gain with at least 200 movies (redo if needed with a larger number)
-<code>relion_estimate_gain --i Import/job001/movies.star --j 8 --o estimated_gain.mrc</code>+<code>relion_estimate_gain --i Import/job001/movies.star --j 8 --max_frames 10000 --random true --o estimated_gain.mrc</code> 
 +Explanation of options: 
 +  * --j: number of thread 
 +  * --max_frames: target number of frames to average (rounded to movies) 
 +  * --random: randomize the order of input movies before taking subset
  
 === Job Relion/Motion correction === === Job Relion/Motion correction ===
    
-Specify the dose per frame, the number of patches 5x5m, provide the gain file, and set 20 threads+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)
titan_to_process.1716280568.txt.gz · Last modified: by Luc Bonnefond