How to Run EMReady

EMReady - Huang Laboratory

Load the program :

On your GPU node

module load sbgrid/emready

Usage:

EMReady.sh in_map.mrc out_map.mrc [Options] 

Required arguments:

Options:

Notes:

  1. Users can specify a larger STRIDE of sliding window (default=12) to reduce the number of overlapping boxes to calculate. If users run out of memory, they may set it to a larger value. Howerver, since the size of the overlapping boxes is 48×48×48, the value of STRIDE should not exceed 48.
  2. By default, EMReady will run on GPU(s). Users can adjust the BATCH_SIZE according to the VRAM of their GPU. Empirically, an NVIDIA A100 with 40 GB VRAM can afford a BATCH_SIZE of 30. Users can run EMReady on CPUs by setting –use_cpu. But this may take very long time for large density maps.