Software resources

From Centre for Bioinformatics and Computational Biology
Revision as of 16:10, 8 March 2018 by Fourie (Talk | contribs)

Jump to: navigation, search
  • Software is mainly set up using the environment modules system
  • To get a list of available software, use:
> module avail
  • To get help on a software module use:
> module help module_name
  • To load a module's environment:
> module load module_name
  • To unload a module's environment:
> module unload module_name