Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuild biobb_cp2k #51531

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions recipes/biobb_cp2k/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ build:

requirements:
host:
- python >=3.9
- python >=3.8
- setuptools
- biobb_common ==5.0.0
- biobb_common ==4.2.0
- cp2k ==7.1.0

run:
- python >=3.9
- biobb_common ==5.0.0
- python >=3.8
- biobb_common ==4.2.0
- cp2k ==7.1.0


Expand All @@ -43,7 +43,7 @@ about:
\ [![](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](https://anaconda.org/bioconda/biobb_cp2k)\
\ [![](https://img.shields.io/badge/docker-Quay.io-blue)](https://quay.io/repository/biocontainers/biobb_cp2k?tab=tags)\
\ [![](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\
\n# biobb_cp2k\n\n### Introduction\nBiobb_cp2k allows setup and simulation of QM simulations using CP2K QM package. \nBiobb (BioExcel building blocks) packages are Python building blocks that\ncreate\
\n# biobb_cp2k\n\n### Introduction\nBiobb_cp2k allows setup and simulation of QM simulations using CP2K QM package. \nBiobb (BioExcel building blocks) packages are Python building blocks that\ncreate\
\ new layer of compatibility and interoperability over popular\nbioinformatics tools.\nThe latest documentation of this package can be found in our readthedocs site:\n[latest API documentation](http://biobb_ml.readthedocs.io/en/latest/).\n\
\n\n### Copyright & Licensing\nThis software has been developed in the [MMB group](https://mmb.irbbarcelona.org) at the [BSC](https://www.bsc.es/) & [IRB](https://www.irbbarcelona.org/) for the [European BioExcel](http://bioexcel.eu/), funded by the European Commission (EU H2020 [823830](http://cordis.europa.eu/projects/823830), EU H2020 [675728](http://cordis.europa.eu/projects/675728)).\
\n\n* (c) 2015-2024 [Barcelona Supercomputing Center](https://www.bsc.es/)\n* (c) 2015-2024 [Institute for Research in Biomedicine](https://www.irbbarcelona.org/)\n\
Expand Down