Software resources
From Centre for Bioinformatics and Computational Biology
- 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