I freshly installed the environment modules on my Ubuntu 24.04 machine. This is how it looks like:

matteo@neo-PC:~$ module avail-------------------------------------------------------------------------------------------- /usr/local/Modules/modulefiles ---------------------------------------------------------------------------------------------dot module-git module-info modules null use.own-------------------------------------------------------------------------------------------- /usr/local/Modules/pangenome ---------------------------------------------------------------------------------------------BandageNG/2025.12.3 vg/1.70Key:loaded modulepathI also installed two tools which are loaded: BandageNG and vg. However, I would like them to appear in a separate section from /usr/local/Modules/modulefiles, as shown above.
Essentially, since they belong to a specific set of programs that I use for certain analyses, I would like to have them grouped under their own independent section.
How can I achieve this? Thanks in advance!