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

Upload New File

parent d496e79f
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