Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| habrok:software_environment:module_system [2023/03/21 12:59] – admin | habrok:software_environment:module_system [2025/08/28 09:15] (current) – [module overview] pedro | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ====== Software environment ====== | ====== Software environment ====== | ||
| - | On Hábrók a lot of software has been made available. In order to allow multiple versions of software to be available the software is arranged in so-called modules. | + | On Hábrók a lot of software has been made available |
| ===== module system ===== | ===== module system ===== | ||
| Line 17: | Line 17: | ||
| The subcommands are: | The subcommands are: | ||
| - | * '' | + | * '' |
| + | * '' | ||
| * '' | * '' | ||
| * '' | * '' | ||
| Line 51: | Line 52: | ||
| We can use the spacebar to scroll through the extensive list. As you can see the list contains software packages. For each package one or more versions is available. | We can use the spacebar to scroll through the extensive list. As you can see the list contains software packages. For each package one or more versions is available. | ||
| - | In order to bring down the list to certain packages only we can specify an argument to '' | + | In order to bring down the list to certain packages only we can specify an argument to '' |
| < | < | ||
| [username@habrok ~]$ module avail r/4 | [username@habrok ~]$ module avail r/4 | ||
| Line 67: | Line 68: | ||
| Now we can see the actual version(s) of R that is/are available. If multiple versions of the same application are available, only one of them will have ' | Now we can see the actual version(s) of R that is/are available. If multiple versions of the same application are available, only one of them will have ' | ||
| + | |||
| + | ==== module overview ==== | ||
| + | |||
| + | As we could see above, the '' | ||
| + | |||
| + | < | ||
| + | [username@habrok ~]$ module overview | ||
| + | --- / | ||
| + | ollama (2) | ||
| + | |||
| + | --- / | ||
| + | astropy (1) | ||
| + | |||
| + | --- / | ||
| + | AdapterRemoval | ||
| + | ADMIXTURE | ||
| + | AFNI (1) | ||
| + | AlphaFold | ||
| + | angsd | ||
| + | ANIcalculator | ||
| + | ARAGORN | ||
| + | ASTER | ||
| + | ASTRAL | ||
| + | AUGUSTUS | ||
| + | AutoDock-Vina | ||
| + | BA3-SNPS-autotune | ||
| + | |||
| + | ... et cetera... | ||
| + | </ | ||
| + | |||
| + | Here we can quickly see that, for instance, '' | ||
| + | |||
| + | < | ||
| + | [username@habrok ~]$ module overview GROMACS | ||
| + | |||
| + | --- / | ||
| + | GROMACS (10) | ||
| + | </ | ||
| ==== module load/add ==== | ==== module load/add ==== | ||