Newer
Older
from spack import *
class BiobbModel(PythonPackage):
"""Biobb_model is the Biobb module collection to check and model 3d structures,
create mutations or reconstruct missing atoms"""
# Homepage and download url
homepage = "https://github.com/bioexcel/biobb_model"
git = 'https://github.com/bioexcel/biobb_model.git'
# Versions
version('4.0.0', branch='master')
# Dependencies
depends_on('python@3.8:', type=('build', 'run'))
depends_on('biobb-common')
depends_on('biobb-structure-checking')