diff --git a/modules.py b/modules.py
index 37aca88b60fb2ab5eba5732fdbe1187cbdde9489..459fcb4b731e8aa27e1ce197067db97f3f25672e 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