This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
guides:available-applications [13.10.2020 10:33] Juha Kekäläinen created |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | In the terminal, you can see the list of available software packages by command | ||
- | 'modul avail' | ||
- | |||
- | | ||
- | | ||
- | | ||
- | | ||
- | | ||
- | | ||
- | | ||
- | | ||
- | | ||
- | | ||
- | | ||
- | | ||
- | | ||
- | |||
- | ## Lmod Module Environment | ||
- | |||
- | Applications are managed with the [Lmod Environment Module System](https:// | ||
- | |||
- | ## Quick tutorial: | ||
- | |||
- | |||
- | |||
- | ** Available modules ** | ||
- | |||
- | module avail | ||
- | |||
- | |||
- | ** Load module ** | ||
- | |||
- | module load bowtie2 | ||
- | |||
- | |||
- | ** If you wish to Load some specific version number ** | ||
- | |||
- | module load python/ | ||
- | |||
- | |||
- | ** Unload module ** | ||
- | |||
- | module unload bowtie2 | ||
- | |||
- | |||
- | ** Save list of loaded modules ** | ||
- | |||
- | module save | ||
- | |||
- | |||
- | ** Restore saved modules ** | ||
- | |||
- | module restore | ||
- | |||
- | |||
- | ## Application location | ||
- | |||
- | You can quickly go to the application location by writing: | ||
- | |||
- | |||
- | module load bowtie2 | ||
- | cd $BOWTIE2_ROOT | ||