Skip to content
Snippets Groups Projects
Commit 1f8614b1 authored by Dani Beltrán's avatar Dani Beltrán
Browse files

Update package.py

parent 035e8721
No related branches found
No related tags found
No related merge requests found
......@@ -18,3 +18,9 @@ class BiobbStructureChecking(PythonPackage):
depends_on('py-psutil', type=('build', 'run'))
depends_on('py-numpy', type=('build', 'run'))
depends_on('py-biopython@1.78:1.80', type=('build', 'run'))
# Test
@run_after('install')
@on_package_attributes(run_tests=True)
def check_install (self):
python("-c", 'import biobb_structure_checking')
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment