mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
25 lines
537 B
Plaintext
25 lines
537 B
Plaintext
# IT4Innovations 2022
|
|
# JK
|
|
|
|
easyblock = 'Binary'
|
|
|
|
name = 'FoldX'
|
|
version = '5.0'
|
|
|
|
homepage = 'https://foldxsuite.crg.eu/'
|
|
description = """FoldX is used to provide a fast and quantitative estimation of the importance of the interactions
|
|
contributing to the stability of proteins and protein complexes."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
sources = ['%(namelower)s%(version_major)sLinux64.tar.gz']
|
|
|
|
extract_sources = True
|
|
|
|
sanity_check_paths = {
|
|
'files': ['foldx_20221231', 'yasaraPlugin.zip'],
|
|
'dirs': ["molecules/"]
|
|
}
|
|
|
|
moduleclass = 'bio'
|