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 [2025/08/28 08:58] – [module system] Mention 'module overview' pedro | habrok:software_environment:module_system [2026/06/04 08:52] (current) – vlada | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| On Hábrók a lot of software has been made available using the [[https:// | On Hábrók a lot of software has been made available using the [[https:// | ||
| + | |||
| + | <WRAP info round> | ||
| + | 💡 **Browse available software online:** A searchable, up-to-date overview of all software modules available on Hábrók can be found at the **[[https:// | ||
| + | </ | ||
| ===== module system ===== | ===== module system ===== | ||
| Line 52: | Line 56: | ||
| 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 68: | Line 72: | ||
| 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 ==== | ||