The Modules package is a tool that simplify shell initialization and lets users easily modify their environment during the session with modulefiles.

 

module avail        #check is what modules are available to you 

module list          #check which modules are “loaded” in your environment

module load <name>            #load modules

module unload <name>        #unload modules

 


By default, relion3 and required software has been loaded. Please do not modify this default option

 


How to use other software

If you need to use other software (e.g. eman2), switch the software as follows:

  1. unload relion(Just relion): module unload relion/gpu/3.0.8
  2. load eman2: module load eman2

 

Tips: 

It is not recommended to load two applications at the same time, because some of the software's tools will conflict, resulting in the software will not work properly.

Loading only one piece of software per terminal is the best option.