Skip to content

Commit

Permalink
hide AlphaFold modules for ColabFold
Browse files Browse the repository at this point in the history
  • Loading branch information
lexming committed Nov 9, 2023
1 parent 194d627 commit 48d4bd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Lmod-config.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Sitepackage and other config files for Lmod
Name: Lmod-config
Version: 1.4
Version: 1.5
Release: 1
License: GPL
Group: Applications/System
Expand Down Expand Up @@ -40,6 +40,8 @@ exit 0
%{_libexecdir}/lmod/run_lmod_cache.py

%changelog
* Thu Nov 09 2023 Alex Domingo <[email protected]>
- Hide AlphaFold modules for ColabFold
* Tue Jun 13 2023 Ward Poelmans <[email protected]>
- Fix bugs in cache script and move it outside Lmod dir
* Fri Mar 17 2023 Ward Poelmans <[email protected]>
Expand Down
2 changes: 2 additions & 0 deletions SitePackage.lua
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ local function visible_hook(modT)
modT.isVisible = false
elseif modT.fullName:find("JupyterHub/") then
modT.isVisible = false
elseif modT.fullName:find("AlphaFold/.*ColabFold") then
modT.isVisible = false
elseif module_age(modT) > 5 then
local mt = MT:singleton()
-- do not hide anything if legacy-software is loaded
Expand Down

0 comments on commit 48d4bd2

Please sign in to comment.