From d3f1c4b0048ceebbe610ef80cd29d48d0dcf73e1 Mon Sep 17 00:00:00 2001 From: Samuel Moors Date: Fri, 17 Jan 2025 16:49:08 +0100 Subject: [PATCH] adding easyconfigs: Biotite-0.41.0-foss-2022a.eb --- .../b/Biotite/Biotite-0.41.0-foss-2022a.eb | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 easybuild/easyconfigs/b/Biotite/Biotite-0.41.0-foss-2022a.eb diff --git a/easybuild/easyconfigs/b/Biotite/Biotite-0.41.0-foss-2022a.eb b/easybuild/easyconfigs/b/Biotite/Biotite-0.41.0-foss-2022a.eb new file mode 100644 index 00000000000..96c629366e5 --- /dev/null +++ b/easybuild/easyconfigs/b/Biotite/Biotite-0.41.0-foss-2022a.eb @@ -0,0 +1,31 @@ +easyblock = 'PythonBundle' + +name = 'Biotite' +version = '0.41.0' + +homepage = 'https://www.biotite-python.org/' +description = """Biotite is your Swiss army knife for bioinformatics. Whether you want to +identify homologous sequence regions in a protein family or you would like to +find disulfide bonds in a protein structure: Biotite has the right tool for +you. This package bundles popular tasks in computational molecular biology into +a uniform Python library.""" + +toolchain = {'name': 'foss', 'version': '2022a'} + +dependencies = [ + ('Python', '3.10.4'), + ('SciPy-bundle', '2022.05'), + ('networkx', '2.8.4'), +] + +use_pip = True + +exts_list = [ + ('biotite', version, { + 'checksums': ['a5fddb4d738291772735cf04dfa8b642e0bdd6b4c2c0c71e2db727c0a66bd106'], + }), +] + +sanity_pip_check = True + +moduleclass = 'bio'