Skip to content
Snippets Groups Projects
Commit 92742f71 authored by easybuild's avatar easybuild
Browse files

Mon, 05 Nov 2018 12:58:22 +0100

parent 775dd1ac
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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