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

Delete package.py

parent 10f09353
No related branches found
No related tags found
No related merge requests found
from spack import *
class BiobbMd(PythonPackage):
"""Biobb_md is the Biobb module collection to perform molecular
dynamics simulations"""
# Homepage and download url
homepage = "https://github.com/bioexcel/biobb_md"
git = 'https://github.com/bioexcel/biobb_md.git'
# Versions
version('3.7.1', branch='master')
# Dependencies
depends_on('biobb-common')
depends_on('python@3.7:', type=('build', 'run'))
depends_on('gromacs')
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