Cluster usage

  • Cluster usage

  • process

module environment loading

The cluster has installed some common software, which are managed and used by Module.

Use the module command to switch between different versions of the same software, or switch between different software with the same function, so as to choose the most suitable programming environment and operating environment.

module avail View all module managed software
Module load bwa /0.7.17 Load the appropriate version of the software
If you write to ~/ .bashrc , the terminal that you log in will automatically load the corresponding software
If it is written into the job submission script of sbatch , it will only take effect in the script, and the shell environment outside the script will be invalid.
module list Show currently loaded software
module swap bwa/0.7.17 bwa/0.7.12 Switch software version
module unload  bwa/0.7.17 Uninstall the corresponding version of the software
module spider bwa Full list of search modules
module purge Clear all loaded software

© 2023 by Personal Life Coach. Proudly created with Wix.com  ICP备案号:京ICP备18029179号