Skip to content

Commit

Permalink
[biobb_pmx] update 5.0.0 (#52246)
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio authored Nov 21, 2024
1 parent 8be67c3 commit e0fda64
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions recipes/biobb_pmx/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "biobb_pmx" %}
{% set version = "4.2.1" %}
{% set version = "5.0.0" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 043a76935e7c6e41b3f71db9e2ac73a48dea8dab0386e1743ae27ad513a64ddb
sha256: 85a3ce47605c073c62ed3c1e4471d7791ea7d58fb6bde9fdead3b89e1f8cd38a


build:
Expand All @@ -19,14 +19,16 @@ build:

requirements:
host:
- python >=3.8
- python >=3.9
- setuptools
- biobb_common ==4.2.0
- biobb_common ==5.0.0
- pmx_biobb ==4.1.3
- scipy <1.14
run:
- python >=3.8
- biobb_common ==4.2.0
- python >=3.9
- biobb_common ==5.0.0
- pmx_biobb ==4.1.3
- scipy <1.14
test:
imports:
- biobb_pmx
Expand All @@ -42,7 +44,7 @@ about:
[![](https://img.shields.io/badge/docker-Quay.io-blue)](https://quay.io/repository/biocontainers/biobb_pmx)\n[![](https://www.singularity-hub.org/static/img/hosted-singularity--hub-%23e32929.svg)](https://www.singularity-hub.org/collections/2735/usage)\n\
[![](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\n# biobb_pmx\n\n### Introduction\nBiobb_pmx is the Biobb module collection to perform\
\ PMX (http://pmx.mpibpc.mpg.de) executions.\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_pmx.readthedocs.io/en/latest/).\n\n### Version\nv4.2.1 Jan 2024 Release\n\
\ tools.\nThe latest documentation of this package can be found in our readthedocs site:\n[latest API documentation](http://biobb_pmx.readthedocs.io/en/latest/).\n\n### Version\nv5.0.0 Jan 2024 Release\n\
\n\n### Copyright & Licensing\n\
\ This software has been developed in the [MMB group](http://mmb.irbbarcelona.org) at the [BSC](http://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\
Expand Down

0 comments on commit e0fda64

Please sign in to comment.