Software resources

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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