From 92742f71449e649930896e1c2ba97d8882d1280a Mon Sep 17 00:00:00 2001
From: easybuild <easybuild@login2.bullx>
Date: Mon, 5 Nov 2018 12:58:22 +0100
Subject: [PATCH] Mon, 05 Nov 2018 12:58:22 +0100

---
 modules.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/modules.py b/modules.py
index 37aca88b..459fcb4b 100755
--- a/modules.py
+++ b/modules.py
@@ -11,6 +11,12 @@ def software_list(class_path):
     # In case that there is 'all' module
     if 'all' in software_list:
         software_list.remove('all')
+        software_list.remove('init')
+        software_list.remove('environments')
+        software_list.remove('engineering')
+        software_list.remove('libraries')
+        software_list.remove('omics')
+        software_list.remove('prace')
     return software_list
 
 
-- 
GitLab