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 [2025/08/28 09:15] (current) – [module overview] pedro | ||
---|---|---|---|
Line 52: | 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 68: | 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 ==== |