Skip to content
Snippets Groups Projects
Commit 529820e0 authored by easybuild's avatar easybuild
Browse files

Tue, 23 Jul 2024 11:06:15 +0200

parent fdfd4f7e
No related branches found
No related tags found
No related merge requests found
Pipeline #39275 failed
## Core
| Module | Description |
| ------ | ----------- |
## Bio
| Module | Description |
......
......@@ -46,6 +46,8 @@ if __name__ == "__main__":
# Ignore the specific path
if subdir == "/apps/all/Lmod/8.7.37/modulefiles/Core":
continue
if subdir == "/apps/all/Lmod/8.7.37/lmod/lmod/modulefiles/Core":
continue
if subdir == "/apps/all/Lmod/8.7.37/modulefiles/Linux":
continue
if subdir == "/apps/all/intel-compilers/2023.2.1/modulefiles":
......@@ -53,7 +55,7 @@ if __name__ == "__main__":
if subdir == "/opt/cray/pe/modulefiles":
continue
if subdir == "/opt/cray/pe/craype-targets/1.4.0/modulefiles":
continue
continue
available_software = get_software_list(subdir)
print("\n## {}\n".format(os.path.basename(subdir).title()))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment