diff --git a/easybuild/easyconfigs/c/CLEAR/CLEAR-20210117-foss-2021b-Python-2.7.18.eb b/easybuild/easyconfigs/c/CLEAR/CLEAR-20210117-foss-2021b-Python-2.7.18.eb index 9fe20fcc0a3..4f538aac596 100644 --- a/easybuild/easyconfigs/c/CLEAR/CLEAR-20210117-foss-2021b-Python-2.7.18.eb +++ b/easybuild/easyconfigs/c/CLEAR/CLEAR-20210117-foss-2021b-Python-2.7.18.eb @@ -10,6 +10,7 @@ description = "Direct comparison of circular and linear RNA expression" source_urls = ["https://github.com/YangLab/CLEAR/archive"] sources = ["%s.tar.gz" % local_commit] +checksums = ['a0824bcbaf6db52dcbb24467277045d341bbd266e582d9a89fd1656c89ba64ea'] toolchain = {'name': 'foss', 'version': '2021b'} @@ -25,6 +26,11 @@ download_dep_fail = True use_pip = True sanity_pip_check = True +sanity_check_paths = { + 'files': ['bin/clear_quant'], + 'dirs': [] +} + sanity_check_commands = ["clear_quant -h"] -options = {'modulename': False} +options = {'modulename': False} \ No newline at end of file